Skip to content

Commit 29a224e

Browse files
committed
Release v0.10.0
1 parent 0136334 commit 29a224e

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
@@ -19,7 +19,7 @@ object ScalajsReact extends Build {
1919
_.enablePlugins(ScalaJSPlugin)
2020
.settings(
2121
organization := "com.github.japgolly.scalajs-react",
22-
version := "0.10.0-SNAPSHOT",
22+
version := "0.10.0",
2323
homepage := Some(url("https://github.com/japgolly/scalajs-react")),
2424
licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
2525
scalaVersion := Scala211,

0 commit comments

Comments
 (0)