Skip to content

Commit c4a2c44

Browse files
committed
Version bump => 0.5.3-SNAPSHOT
1 parent a04cd7f commit c4a2c44

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
History
22
=======
33

4+
### 0.5.3 (unreleased)
5+
6+
47
### 0.5.2 ([commit log](https://github.com/japgolly/scalajs-react/compare/v0.5.1...v0.5.2))
58

69
* Added `ReactEventI` aliases for the very common case that the underlying node is an `<input>`.

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ object ScalajsReact extends Build {
1818
_.settings(scalaJSSettings: _*)
1919
.settings(
2020
organization := "com.github.japgolly.scalajs-react",
21-
version := "0.5.2",
21+
version := "0.5.3-SNAPSHOT",
2222
homepage := Some(url("https://github.com/japgolly/scalajs-react")),
2323
licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
2424
scalaVersion := Scala211,

0 commit comments

Comments
 (0)