Skip to content

Commit de5ba3a

Browse files
committed
Fix wrong version number
1 parent 3656af3 commit de5ba3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UIView+AnimationExtensions.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The category comes along with a small demo project where you can see the animati
2020

2121
s.platform = :ios, "11.0"
2222

23-
s.source = { :git => "https://github.com/r3econ/animation-extensions.git", :tag => "2.0.0" }
23+
s.source = { :git => "https://github.com/r3econ/animation-extensions.git", :tag => "v2.0.1" }
2424

2525
s.source_files = "Classes", "Classes/*.{h,m}"
2626
s.exclude_files = "Classes/Exclude"

0 commit comments

Comments
 (0)