Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
srdanrasic committed Nov 27, 2015
1 parent df0b458 commit c5a0f56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ReactiveFoundation.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "ReactiveFoundation"
s.version = "1.0.3"
s.version = "1.0.4"
s.summary = "Reactive extensions for NSFoundation framework."
s.homepage = "https://github.com/ReactiveKit/ReactiveFoundation"
s.license = 'MIT'
s.author = { "Srdan Rasic" => "srdan.rasic@gmail.com" }
s.source = { :git => "https://github.com/ReactiveKit/ReactiveFoundation.git", :tag => "v1.0.3" }
s.source = { :git => "https://github.com/ReactiveKit/ReactiveFoundation.git", :tag => "v1.0.4" }

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
Expand Down
2 changes: 1 addition & 1 deletion ReactiveFoundation/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.2</string>
<string>1.0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit c5a0f56

Please sign in to comment.