From ffb7a3b35756665f253941c7ff2cfce4454bfb81 Mon Sep 17 00:00:00 2001 From: Mateusz Starzec Date: Tue, 12 Apr 2016 10:09:56 +0200 Subject: [PATCH] Update version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21879c0..10682b4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Static types for the jQuery API for [Scala.js](http://www.scala-js.org/) program Add the following to your SBT build: ```scala -libraryDependencies += "io.udash" %%% "udash-jquery" % "1.0.0-rc.1" +libraryDependencies += "io.udash" %%% "udash-jquery" % "1.0.0-rc.2" ``` then import the jQuery package: