Skip to content

Commit 716a574

Browse files
committed
Set version to 1.1.0.
1 parent fab19c7 commit 716a574

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Small library which provides a few Twirl templates to link Scala.js output scrip
1111

1212
Add the library to `build.sbt`:
1313
```
14-
libraryDependencies += "com.vmunier" %% "scalajs-scripts" % "1.0.0"
14+
libraryDependencies += "com.vmunier" %% "scalajs-scripts" % "1.1.0"
1515
```
1616

1717
## Available Twirl Templates

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "scalajs-scripts"
22

3-
version := "1.0.1-SNAPSHOT"
3+
version := "1.1.0"
44

55
organization := "com.vmunier"
66

0 commit comments

Comments
 (0)