Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Jul 28, 2017
1 parent c1ef0a1 commit b13de58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,12 @@ We need implicits to be able to convert between the two, but now changes to one

## Versions

### Features for 2.1.0 (In-Progress)
### Features for 2.1.0 (Released 2017.07.28)

* [ ] Features for mapping from one Observable to another
* [X] Features for mapping from one Observable to another
* [X] map
* [X] collect
* [X] Cross-build with Scala 2.13.0

### Features for 2.0.0 (Released 2017.06.15)

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "reactify"
organization in ThisBuild := "com.outr"
version in ThisBuild := "2.1.0-SNAPSHOT"
version in ThisBuild := "2.1.0"
scalaVersion in ThisBuild := "2.12.3"
crossScalaVersions in ThisBuild := List("2.12.3", "2.11.11", "2.13.0-M1")

Expand Down

0 comments on commit b13de58

Please sign in to comment.