Skip to content

Commit ec47295

Browse files
committed
1.0.0-rc.3
1 parent b0a3b3d commit ec47295

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ If you use [Carthage][] to manage your dependencies, simply add
367367
ReactiveSwift to your `Cartfile`:
368368

369369
```
370-
github "ReactiveCocoa/ReactiveSwift" "1.0.0-rc.2"
370+
github "ReactiveCocoa/ReactiveSwift" "1.0.0-rc.3"
371371
```
372372

373373
If you use Carthage to build your dependencies, make sure you have added `ReactiveSwift.framework`, and `Result.framework` to the "_Linked Frameworks and Libraries_" section of your target, and have included them in your Carthage framework copying build phase.
@@ -378,7 +378,7 @@ If you use [CocoaPods][] to manage your dependencies, simply add
378378
ReactiveSwift to your `Podfile`:
379379

380380
```
381-
pod 'ReactiveSwift', '1.0.0-rc.2'
381+
pod 'ReactiveSwift', '1.0.0-rc.3'
382382
```
383383

384384
#### Swift Package Manager
@@ -387,7 +387,7 @@ If you use Swift Package Manager, simply add ReactiveSwift as a dependency
387387
of your package in `Package.swift`:
388388

389389
```
390-
.Package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", "1.0.0-rc.2")
390+
.Package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", "1.0.0-rc.3")
391391
```
392392

393393
#### Git submodule
@@ -427,7 +427,7 @@ If you need any help, please visit our [GitHub issues][] or [Stack Overflow][].
427427
### Code Complete: ReactiveSwift 1.0
428428
It targets Swift 3.0.x. The tentative schedule of a Gold Master release is January 2017.
429429

430-
[Release Candidiate 2](https://github.com/ReactiveCocoa/ReactiveSwift/releases/tag/1.0.0-rc.2) has been released.
430+
[Release Candidiate 3](https://github.com/ReactiveCocoa/ReactiveSwift/releases/tag/1.0.0-rc.3) has been released.
431431

432432
A point release is expected with performance optimizations.
433433

ReactiveSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "ReactiveSwift"
33
# Version goes here and will be used to access the git tag later on, once we have a first release.
4-
s.version = "1.0.0-rc.2"
4+
s.version = "1.0.0-rc.3"
55
s.summary = "Streams of values over time"
66
s.description = <<-DESC
77
ReactiveSwift is a Swift framework inspired by Functional Reactive Programming. It provides APIs for composing and transforming streams of values over time.

0 commit comments

Comments
 (0)