Skip to content

Commit

Permalink
Release v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Apr 22, 2016
1 parent c5dc9ec commit db90de9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/changelog/0.11.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.11.1
## 0.11.1 ([commit log](https://github.com/japgolly/scalajs-react/compare/v0.11.0...v0.11.1))

* `extra.ReusableFn` is now contravariant in inputs and covariant in outputs like normal functions.
* Upgrade Monocle to 1.2.1, for official Scala.JS support.
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object ScalajsReact extends Build {
_.enablePlugins(ScalaJSPlugin)
.settings(
organization := "com.github.japgolly.scalajs-react",
version := "0.11.1-SNAPSHOT",
version := "0.11.1",
homepage := Some(url("https://github.com/japgolly/scalajs-react")),
licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
scalaVersion := Ver.Scala211,
Expand Down

0 comments on commit db90de9

Please sign in to comment.