Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Dykan committed Mar 22, 2017
1 parent 8786f4b commit fec77c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SwiftyJSONModel.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftyJSONModel"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "Better way to use SwiftyJSON with custom models"
s.homepage = "https://github.com/alickbass/SwiftyJSONModel"
s.license = { :type => "MIT", :file => "LICENSE.txt" }
Expand Down
2 changes: 1 addition & 1 deletion SwiftyJSONModel/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<string>0.1.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit fec77c5

Please sign in to comment.