Skip to content

Commit 56afa7d

Browse files
author
Andreas Grosam
committed
Version 1.0.0
1 parent d2dab5b commit 56afa7d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ autorelease pool.
616616
- Class method `all:` and `allSettled:` now fulfill the returned promise with an empty `NSArray` if no promise are given, instead of rejecting the promise.
617617

618618

619-
## Version 0.14.0 beta (2016-03-22)
619+
## Version 1.0.0 (2016-04-21)
620620

621621
### Minimum Deployment Versions
622622

RXPromise.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "RXPromise"
3-
s.version = "0.14.0"
3+
s.version = "1.0.0"
44
s.summary = "A thread safe implementation of the Promises/A+ specification in Objective-C with extensions."
55
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE.md'}
66
s.authors = { "Andreas Grosam" => "agrosam@onlinehome.de" }
77
s.homepage = "https://github.com/couchdeveloper"
88
s.source = { :git => "https://github.com/couchdeveloper/RXPromise.git", :tag => s.version.to_s }
9-
9+
1010
s.ios.deployment_target = '8.0'
1111
s.osx.deployment_target = '10.9'
1212
s.requires_arc = true

Source/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Tests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)