Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Oct 18, 2015
1 parent 78fc679 commit 1303b05
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/book.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"variables": {
"issue": "https://github.com/japgolly/scalacss/issues/",
"scalajsReact": "[scalajs-react](https://github.com/japgolly/scalajs-react)",
"ver": "0.3.0"
"ver": "0.3.1"
}
}
6 changes: 6 additions & 0 deletions doc/history/0.3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.3.1 ([commit log](https://github.com/japgolly/scalacss/compare/v0.3.0...v0.3.1))

* Upgrade Scala.JS to 0.6.4.
* Upgrade scalajs-react to 0.10.0
* Fix licence in build.

# 0.3.0 ([commit log](https://github.com/japgolly/scalacss/compare/v0.2.0...v0.3.0))

##### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object ScalaCSS extends Build {
CDS.all(
_.settings(
organization := "com.github.japgolly.scalacss",
version := "0.3.1-SNAPSHOT",
version := "0.3.1",
homepage := Some(url("https://github.com/japgolly/scalacss")),
licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
scalaVersion := Scala211,
Expand Down

0 comments on commit 1303b05

Please sign in to comment.