Skip to content

Commit

Permalink
Up version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
srdanrasic committed Dec 24, 2015
1 parent 0596538 commit bee8469
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.5"
s.version = "1.0.6"
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.5" }
s.source = { :git => "https://github.com/ReactiveKit/ReactiveFoundation.git", :tag => "v1.0.6" }

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.5</string>
<string>1.0.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit bee8469

Please sign in to comment.