Skip to content

Commit

Permalink
Update version to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Fox authored and Tyler Fox committed Aug 7, 2015
1 parent 746743e commit 3d746a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions INTULocationManager.podspec
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = "INTULocationManager"
s.version = "3.0.3"
s.version = "4.0.0"
s.homepage = "https://github.com/intuit/LocationManager"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Tyler Fox" => "tyler_fox@intuit.com" }
s.source = { :git => "https://github.com/intuit/LocationManager.git", :tag => "v3.0.3" }
s.source = { :git => "https://github.com/intuit/LocationManager.git", :tag => "v4.0.0" }
s.source_files = 'LocationManager/INTULocationManager'
s.platform = :ios
s.ios.deployment_target = '6.0'
Expand Down
2 changes: 1 addition & 1 deletion LocationManager/LocationManagerFramework/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0.3</string>
<string>4.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 3d746a4

Please sign in to comment.