Skip to content

Commit

Permalink
Up version to 4.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
srdanrasic committed Nov 1, 2015
1 parent 92e8806 commit 726c49f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Bond.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Bond"
s.version = "4.0.2"
s.version = "4.0.3"
s.summary = "A Swift binding framework"

s.description = <<-DESC
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.social_media_url = "http://twitter.com/srdanrasic"
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.source = { :git => "https://github.com/SwiftBond/Bond.git", :tag => "v4.0.2" }
s.source = { :git => "https://github.com/SwiftBond/Bond.git", :tag => "v4.0.3" }
s.source_files = ["Bond", "Bond/Core", "Bond/Extensions/Shared", "Bond/Extensions/OSX", "Bond/Extensions/iOS"]
s.ios.exclude_files = "Bond/Extensions/OSX"
s.osx.exclude_files = "Bond/Extensions/iOS"
Expand Down
2 changes: 1 addition & 1 deletion Bond/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>4.0.2</string>
<string>4.0.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 726c49f

Please sign in to comment.