Skip to content

Commit

Permalink
Set version to 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmunier committed Jun 27, 2017
1 parent 8c15553 commit 5589091
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 @@ -9,7 +9,7 @@ Small library which provides a few Twirl templates to link Scala.js output scrip

Add the library to `build.sbt`:
```
libraryDependencies += "com.vmunier" %% "scalajs-scripts" % "1.1.0"
libraryDependencies += "com.vmunier" %% "scalajs-scripts" % "1.1.1"
```

## Available Twirl Templates
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "scalajs-scripts"

version := "1.1.1-SNAPSHOT"
version := "1.1.1"

organization := "com.vmunier"

Expand Down

0 comments on commit 5589091

Please sign in to comment.