Skip to content

Commit

Permalink
Increment Version Numbers for 1.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Smollinger committed May 2, 2017
1 parent 805d799 commit 9a7391b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mapzen-ios-sdk.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'Mapzen-ios-sdk'
s.version = '0.4.1'
s.version = '1.0.0'

s.summary = 'Mapzen iOS SDK'
s.description = 'The Mapzen iOS SDK is a thin wrapper that packages up everything you need to use Mapzen services in your iOS applications. It also simplifies setup, installation, API key management, and generally makes your life better.'
Expand Down
2 changes: 1 addition & 1 deletion SampleApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.4.0</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 9a7391b

Please sign in to comment.