Skip to content

Commit 3495369

Browse files
committed
1.0.0-rc.1
1 parent 253a8d9 commit 3495369

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 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-alpha.4"
370+
github "ReactiveCocoa/ReactiveSwift" "1.0.0-rc.1"
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-alpha.4'
381+
pod 'ReactiveSwift', '1.0.0-rc.1'
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-alpha.4")
390+
.Package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", "1.0.0-rc.1")
391391
```
392392

393393
#### Git submodule

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-alpha.4"
4+
s.version = "1.0.0-rc.1"
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)