Skip to content

Commit 7457211

Browse files
committed
release 0.3.0
1 parent 9e7e879 commit 7457211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object Build extends Build {
1717
_.enablePlugins(ScalaJSPlugin)
1818
.settings(
1919
organization := "com.github.chandu0101.scalajs-react-components",
20-
version := "0.3.0-SNAPSHOT",
20+
version := "0.3.0",
2121
homepage := Some(url("https://github.com/chandu0101/scalajs-react-components")),
2222
licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
2323
scalaVersion := Scala211,

0 commit comments

Comments
 (0)