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 457425a commit 5c897d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 = "1.0.0"
s.version = "1.0.1"
s.summary = "Swift framework for interacting with Featherjs apis"
s.description = <<-DESC
Swift library for connecting to a FeathersJS backend.
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.author = "startupthekid"

s.ios.deployment_target = "9.0"
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/startupthekid/feathers-ios.git", :tag => "#{s.version}" }
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>1.0.0</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 5c897d8

Please sign in to comment.