Skip to content

Commit

Permalink
Set version to 1.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmunier committed Aug 4, 2019
1 parent 9ceb6f9 commit 01497d4
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.3"
libraryDependencies += "com.vmunier" %% "scalajs-scripts" % "1.1.4"
```

## 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.4-SNAPSHOT"
version := "1.1.4"

organization := "com.vmunier"

Expand Down

0 comments on commit 01497d4

Please sign in to comment.