Skip to content

Commit

Permalink
Update readme to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaJCB committed Nov 21, 2016
1 parent 467cc4f commit b0396c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Getting Started
Add the following to your sbt build definition:


libraryDependencies += "com.github.lukajcb" %%% "rxscala-js" % "0.7.0"
libraryDependencies += "com.github.lukajcb" %%% "rxscala-js" % "0.9.1"


then import the types from the package `rxscalajs`.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name := "RxScala.js"

normalizedName := "rxscala-js"

version := "0.8.0"
version := "0.9.1"

organization := "com.github.lukajcb"

Expand Down

0 comments on commit b0396c3

Please sign in to comment.