Skip to content

Commit f2b4d09

Browse files
committed
Version 0.2.
1 parent 8ef8e68 commit f2b4d09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ name := "Scala.js jQuery"
44

55
normalizedName := "scalajs-jquery"
66

7-
version := "0.2-SNAPSHOT"
7+
version := "0.2"
88

99
organization := "org.scala-lang.modules.scalajs"
1010

1111
crossScalaVersions := Seq("2.10.2", "2.11.0-M7")
1212

1313
libraryDependencies +=
14-
"org.scala-lang.modules.scalajs" %% "scalajs-dom" % "0.2-SNAPSHOT"
14+
"org.scala-lang.modules.scalajs" %% "scalajs-dom" % "0.2"
1515

1616
homepage := Some(url("http://scala-js.org/"))
1717

0 commit comments

Comments
 (0)