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 9e7e879 commit 7457211Copy full SHA for 7457211
project/Build.scala
@@ -17,7 +17,7 @@ object Build extends Build {
17
_.enablePlugins(ScalaJSPlugin)
18
.settings(
19
organization := "com.github.chandu0101.scalajs-react-components",
20
- version := "0.3.0-SNAPSHOT",
+ version := "0.3.0",
21
homepage := Some(url("https://github.com/chandu0101/scalajs-react-components")),
22
licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
23
scalaVersion := Scala211,
0 commit comments