Skip to content

Commit c8e7c05

Browse files
committed
Version 0.3.
1 parent e7457a8 commit c8e7c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbt-plugin/src/main/scala/scala/scalajs/sbtplugin/ScalaJSPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import environment.rhino.{CodeBlock, Utilities}
3131
import scala.scalajs.sbtplugin.testing.TestFramework
3232

3333
object ScalaJSPlugin extends Plugin {
34-
val scalaJSVersion = "0.3-SNAPSHOT"
34+
val scalaJSVersion = "0.3"
3535
val scalaJSIsSnapshotVersion = scalaJSVersion endsWith "-SNAPSHOT"
3636
val scalaJSScalaVersion = "2.10.2"
3737

0 commit comments

Comments
 (0)