Skip to content

Commit

Permalink
Updated version numbers to reflect pulling request #43 from churowa/m…
Browse files Browse the repository at this point in the history
…aster
  • Loading branch information
Marxon13 committed May 24, 2016
1 parent 570a08c commit e023f9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions M13Checkbox.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "M13Checkbox"
s.version = "2.1.0"
s.version = "2.1.1"
s.summary = "A beautiful, customizable, extendable, animated checkbox for iOS."

s.description = <<-DESC
Expand All @@ -26,7 +26,7 @@ Pod::Spec.new do |s|

s.platform = :ios, '9.0'

s.source = { :git => "https://github.com/Marxon13/M13Checkbox.git", :tag => "2.1.0"}
s.source = { :git => "https://github.com/Marxon13/M13Checkbox.git", :tag => "2.1.1"}

s.source_files = 'Sources/**/*'

Expand Down
2 changes: 1 addition & 1 deletion M13Checkbox/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>2.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit e023f9a

Please sign in to comment.