Skip to content

Commit

Permalink
Set version to 1.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmunier committed Jul 5, 2019
1 parent 5360e07 commit 283e008
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 @@ -11,7 +11,7 @@ standard scala string interpolation.

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

## Integration with Twirl
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.3-SNAPSHOT"
version := "1.1.3"

organization := "com.vmunier"

Expand Down

0 comments on commit 283e008

Please sign in to comment.