We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77d0c1 commit 5db76ddCopy full SHA for 5db76dd
project/Build.scala
@@ -18,7 +18,7 @@ object ScalajsReact extends Build {
18
_.settings(scalaJSSettings: _*)
19
.settings(
20
organization := "com.github.japgolly.scalajs-react",
21
- version := "0.4.1-SNAPSHOT",
+ version := "0.4.1",
22
homepage := Some(url("https://github.com/japgolly/scalajs-react")),
23
licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
24
scalaVersion := Scala211,
0 commit comments