From b0396c35f0dfc56d8f126da26456cbba9251d7de Mon Sep 17 00:00:00 2001 From: LukaJCB Date: Mon, 21 Nov 2016 18:32:58 +0100 Subject: [PATCH] Update readme to newest version --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 889ece5..ab6c0ea 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/build.sbt b/build.sbt index 15910ab..4dad3cb 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ name := "RxScala.js" normalizedName := "rxscala-js" -version := "0.8.0" +version := "0.9.1" organization := "com.github.lukajcb"