Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shogowada committed Apr 16, 2017
1 parent 52dd36d commit a7f89db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ ReactDOM.render(HelloWorld("World"), mountNode)
2. Depend on the libraries.
```
libraryDependencies ++= Seq(
"io.github.shogowada" %%% "scalajs-reactjs" % "0.9.0", // For react facade
"io.github.shogowada" %%% "scalajs-reactjs-router-dom" % "0.9.0", // Optional. For react-router-dom facade
"io.github.shogowada" %%% "scalajs-reactjs-redux" % "0.9.0", // Optional. For react-redux facade
"io.github.shogowada" %%% "scalajs-reactjs-redux-devtools" % "0.9.0" // Optional. For redux-devtools facade
"io.github.shogowada" %%% "scalajs-reactjs" % "0.9.1", // For react facade
"io.github.shogowada" %%% "scalajs-reactjs-router-dom" % "0.9.1", // Optional. For react-router-dom facade
"io.github.shogowada" %%% "scalajs-reactjs-redux" % "0.9.1", // Optional. For react-redux facade
"io.github.shogowada" %%% "scalajs-reactjs-redux-devtools" % "0.9.1" // Optional. For redux-devtools facade
)
```

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ publishArtifact := false
val commonSettings = Seq(
organization := "io.github.shogowada",
name := "scalajs-reactjs",
version := "0.9.1-SNAPSHOT",
version := "0.9.1",
licenses := Seq("MIT" -> url("https://opensource.org/licenses/MIT")),
homepage := Some(url("https://github.com/shogowada/scalajs-reactjs")),
scalaVersion := "2.12.1",
Expand Down

0 comments on commit a7f89db

Please sign in to comment.