Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 9673cf5

Browse files
authored
Merge pull request #222 from exoego/release/v0.11.0
Releasing v0.11.0
2 parents 11cee00 + 8028d84 commit 9673cf5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ Add below line to your SBT project.
5555

5656
```sbt
5757
// For Node.js v10 LTS
58-
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v10" % "0.10.0"
58+
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v10" % "0.11.0"
5959
// For Node.js v12 (supposed to be next LTS)
60-
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v12" % "0.10.0"
60+
libraryDependencies += "net.exoego" %%% "scala-js-nodejs-v12" % "0.11.0"
6161
```
6262

6363
## Example of code

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.10.0"
1+
version in ThisBuild := "0.11.0"

0 commit comments

Comments
 (0)