Skip to content

Commit

Permalink
bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thebarndog committed May 13, 2017
1 parent cb36274 commit d5b2b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Feathers.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Feathers"
# Version goes here and will be used to access the git tag later on, once we have a first release.
s.version = "0.1.0"
s.version = "1.0.0"
s.summary = "Swift framework for interacting with Featherjs apis"
s.description = <<-DESC
Swift library for connecting to a FeathersJS backend.
Expand Down
2 changes: 1 addition & 1 deletion Feathers/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>0.1.0</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit d5b2b44

Please sign in to comment.