Skip to content

Commit

Permalink
Version 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Feb 12, 2020
1 parent 8fd5c5e commit 3c7af24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Usage

Add the following to your sbt build definition:

libraryDependencies += "be.doeraene" %%% "scalajs-jquery" % "0.9.6"
libraryDependencies += "be.doeraene" %%% "scalajs-jquery" % "1.0.0"

then enjoy the types available in `org.scalajs.jquery`.

scalajs-jquery 0.9.6 is built and published for Scala.js 0.6.29+ and Scala.js 1.0.0+, with Scala 2.10, 2.11, 2.12, 2.13.
scalajs-jquery 1.0.0 is built and published for Scala.js 0.6.29+ and Scala.js 1.0.0+, with Scala 2.10, 2.11, 2.12 and 2.13.

Include JavaScript
------------------
Expand All @@ -40,7 +40,7 @@ If you want to use Scala.js Bundler (sbt plugin must be enabled in `project/plug
```
enablePlugins(ScalaJSBundlerPlugin)
libraryDependencies += "be.doeraene" %%% "scalajs-jquery" % "0.9.6"
libraryDependencies += "be.doeraene" %%% "scalajs-jquery" % "1.0.0"
npmDependencies in Compile ++= Seq(
 "jquery" -> "2.1.3"
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name := "Scala.js jQuery"

normalizedName := "scalajs-jquery"

version := "0.9.7-SNAPSHOT"
version := "1.0.0"

organization := "be.doeraene"

Expand Down

0 comments on commit 3c7af24

Please sign in to comment.