Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shogowada committed Mar 23, 2017
1 parent 90e3068 commit 3296b2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ ReactDOM.render(HelloWorld(HelloWorld.Props("World")), mountNode)
2. Depend on the libraries.
```
libraryDependencies ++= Seq(
"io.github.shogowada" %%% "scalajs-reactjs" % "0.6.0", // For react facade
"io.github.shogowada" %%% "scalajs-reactjs-router" % "0.6.0", // Optional. For react-router facade
"io.github.shogowada" %%% "scalajs-reactjs-redux" % "0.6.0" // Optional. For react-redux facade
"io.github.shogowada" %%% "scalajs-reactjs" % "0.6.1", // For react facade
"io.github.shogowada" %%% "scalajs-reactjs-router" % "0.6.1", // Optional. For react-router facade
"io.github.shogowada" %%% "scalajs-reactjs-redux" % "0.6.1" // Optional. For react-redux facade
)
```

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publishArtifact := false
val commonSettings = Seq(
organization := "io.github.shogowada",
name := "scalajs-reactjs",
version := "0.6.0",
version := "0.6.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 3296b2b

Please sign in to comment.