Skip to content

Commit

Permalink
Set version to 1.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmunier committed Aug 29, 2017
1 parent 0551cd5 commit 07a4341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sbt.version=0.13.7

Add the sbt plugin to the `project/plugins.sbt` file along with Scala.js:
```
addSbtPlugin("com.vmunier" % "sbt-web-scalajs" % "1.0.5")
addSbtPlugin("com.vmunier" % "sbt-web-scalajs" % "1.0.6")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.19")
```
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sbtPlugin := true

name := "sbt-web-scalajs"
version := "1.0.6-SNAPSHOT"
version := "1.0.6"
organization := "com.vmunier"

homepage := Some(url("https://github.com/vmunier/sbt-web-scalajs"))
Expand Down

0 comments on commit 07a4341

Please sign in to comment.