Skip to content

Commit bf9126a

Browse files
committed
1.0.0-alpha.4
1 parent b540e78 commit bf9126a

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
@@ -278,7 +278,7 @@ If you use [Carthage][] to manage your dependencies, simply add
278278
ReactiveSwift to your `Cartfile`:
279279

280280
```
281-
github "ReactiveCocoa/ReactiveSwift" "1.0.0-alpha.3"
281+
github "ReactiveCocoa/ReactiveSwift" "1.0.0-alpha.4"
282282
```
283283

284284
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.
@@ -289,7 +289,7 @@ If you use [CocoaPods][] to manage your dependencies, simply add
289289
ReactiveSwift to your `Podfile`:
290290

291291
```
292-
pod 'ReactiveSwift', '1.0.0-alpha.3'
292+
pod 'ReactiveSwift', '1.0.0-alpha.4'
293293
```
294294

295295
#### Swift Package Manager
@@ -298,7 +298,7 @@ If you use Swift Package Manager, simply add ReactiveSwift as a dependency
298298
of your package in `Package.swift`:
299299

300300
```
301-
.Package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", "1.0.0-alpha.3")
301+
.Package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", "1.0.0-alpha.4")
302302
```
303303

304304
#### 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.3"
4+
s.version = "1.0.0-alpha.4"
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)