Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Commit

Permalink
bump version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JensRavens committed Aug 18, 2017
1 parent 523191e commit 5fb8f1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Interstellar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = "Interstellar"
s.version = "2.0.0"
s.version = "2.1.0"
s.license = "MIT"
s.summary = "The simplest Observable<T> implementation for Functional Reactive Programming you will ever find."
s.homepage = "https://github.com/JensRavens/Interstellar"
Expand Down
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The simplest `Observable<T>` implementation for Functional Reactive Programming
- [x] Lightweight, simple, cross plattform FRP
- [x] Multithreading with GCD becomes a breeze
- [x] Most of your methods will conform to the needed syntax anyway.
- [x] Swift 3 compatibility
- [x] Swift 3 and 4 compatibility
- [x] Multithreading with GCD becomes a breeze via WarpDrive
- [x] Supports Linux and `swift build`
- [x] BYOR™-technology (Bring Your Own `Result<T>`)
Expand Down Expand Up @@ -242,6 +242,7 @@ Interstellar is owned and maintained by [Jens Ravens](http://jensravens.de).
- *1.3* WarpDrive has been merged into Interstellar. Also Interstellar is now divided into subspecs via cocoapods to make it easy to just select the needed components. The basic signal library is now "Interstellar/Core".
- *1.4* Support `swift build` and the new Swift package manager, including support for Linux. Also removed deprecated bind methods.
- *2* Introducing `Observable<T>`, the successor of Signal. Use the `observable` property on signals to migrate your code from `Signal<T>`. Also adding Linux support for Warpdrive and introduce BYOR™-technology (Bring Your Own `Result<T>`).
- *2.1* Update to Swift 3.2 to make it compatible with Swift 4.

## License

Expand Down

0 comments on commit 5fb8f1f

Please sign in to comment.