1 Commits

Author SHA1 Message Date
Pete Smith f658f94c69 Fix v2.0 release 2017-11-02 09:42:34 +07:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
+1 -1
View File
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'ScalingCarousel'
s.version = '2.0'
s.version = '2.0.1'
s.summary = 'A super simple carousel view with scaling transitions written in Swift'
s.description = <<-DESC