diff --git a/README.md b/README.md index 6f65b31..063ce99 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Supported environments are: * Node.js, * Browsers, +* Using [JSDOM](https://github.com/jsdom/jsdom) >= 20.0.0 * Other environments that provide `crypto.getRandomValues(typedArray)`, from the Web Crypto API. ## License diff --git a/build.sbt b/build.sbt index 38a0bc7..2b80af3 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ inThisBuild(Def.settings( crossScalaVersions := Seq("2.12.15", "2.11.12", "2.13.8"), scalaVersion := crossScalaVersions.value.head, - version := "1.0.0", + version := "1.0.1-SNAPSHOT", organization := "org.scala-js", scalacOptions ++= Seq( "-encoding", "utf-8",