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 d0fce55 commit 80bc842Copy full SHA for 80bc842
build.sbt
@@ -1,4 +1,4 @@
1
-version in ThisBuild := "1.0.2-SNAPSHOT"
+version in ThisBuild := "1.1.0-SNAPSHOT"
2
organization in ThisBuild := "com.github.japgolly.scalajs-react"
3
homepage in ThisBuild := Some(url("https://github.com/japgolly/scalajs-react"))
4
licenses in ThisBuild := ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")) :: Nil
doc/changelog/1.0.2.md doc/changelog/1.1.0.mddoc/changelog/1.0.2.md renamed to doc/changelog/1.1.0.md
-## v1.0.2
+## v1.1.0
* Fix React warnings with SVG VDOM.
0 commit comments