Skip to content

Commit 1f605ba

Browse files
committed
Version 0.9.0.
1 parent 573e80a commit 1f605ba

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
scala-js-jquery
22
===============
33

4+
[![Build Status](https://travis-ci.org/scala-js/scala-js-jquery.svg?branch=master)](https://travis-ci.org/scala-js/scala-js-jquery)
5+
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-0.6.6.svg)](https://www.scala-js.org/)
6+
47
Static types for the jQuery API for [Scala.js](http://www.scala-js.org/) programs.
58

69
Usage
710
-----
811

912
Add the following to your sbt build definition:
1013

11-
libraryDependencies += "be.doeraene" %%% "scalajs-jquery" % "0.8.1"
14+
libraryDependencies += "be.doeraene" %%% "scalajs-jquery" % "0.9.0"
1215

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

15-
scalajs-jquery 0.8.1 is built and published for Scala.js 0.6.x, with both
16-
Scala 2.10 and 2.11.
18+
scalajs-jquery 0.9.0 is built and published for Scala.js 0.6.6 and later, with
19+
both Scala 2.10 and 2.11.
1720

1821
License
1922
-------

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name := "Scala.js jQuery"
55

66
normalizedName := "scalajs-jquery"
77

8-
version := "0.9.0-SNAPSHOT"
8+
version := "0.9.0"
99

1010
organization := "be.doeraene"
1111

0 commit comments

Comments
 (0)