From 5737bfcfe7b69ea79a02853f75ae838892f5db51 Mon Sep 17 00:00:00 2001 From: Adam Wulf Date: Mon, 5 Apr 2021 22:40:18 -0500 Subject: [PATCH] Bump version to 1.3.0 to support SPM --- PerformanceBezier.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PerformanceBezier.podspec b/PerformanceBezier.podspec index 369f412..cceeec2 100644 --- a/PerformanceBezier.podspec +++ b/PerformanceBezier.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PerformanceBezier" - s.version = "1.2.2" + s.version = "1.3.0" s.summary = "A small library to dramatically speed up common operations on UIBezierPath, and also bring its functionality closer to NSBezierPath." s.author = { 'Adam Wulf' => 'adam.wulf@gmail.com',