Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shogowada committed Jan 25, 2017
1 parent dcfbf5f commit a6978ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Develop React JS applications with Scala.

|Component|SBT|Scala Version|Scala JS Version|
|---|---|---|---|
|Core|```"io.github.shogowada" %%% "scalajs-reactjs" % "0.5.0"```|2.11, 2.12|0.6|
|[Router](/router)|```"io.github.shogowada" %%% "scalajs-reactjs-router" % "0.5.0"```|2.11, 2.12|0.6|
|Core|```"io.github.shogowada" %%% "scalajs-reactjs" % "0.5.1"```|2.11, 2.12|0.6.14+|
|[Router](/router)|```"io.github.shogowada" %%% "scalajs-reactjs-router" % "0.5.1"```|2.11, 2.12|0.6.14+|

## Table of Contents

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

Please sign in to comment.