Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Jun 20, 2015
1 parent 02713de commit e59d904
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Most requirements are satisfied; some will be addressed a little later.

* [Quick Start](https://japgolly.github.io/scalacss/book/quickstart/index.html)
* [Features](https://japgolly.github.io/scalacss/book/features/index.html)
* [Changelog](https://japgolly.github.io/scalacss/book/history/0.2.html)
* [Changelog](https://japgolly.github.io/scalacss/book/history/0.3.html)

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.2.0"
"ver": "0.3.0"
}
}
2 changes: 1 addition & 1 deletion doc/history/0.3.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.3.0 (unreleased)
# 0.3.0 ([commit log](https://github.com/japgolly/scalacss/compare/v0.2.0...v0.3.0))

##### Breaking changes
* Psuedo selector `.not(<fn>)` now uses the same syntax as creation.
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.0-SNAPSHOT",
version := "0.3.0",
homepage := Some(url("https://github.com/japgolly/scalacss")),
licenses += ("LGPL v2.1+" -> url("http://www.gnu.org/licenses/lgpl-2.1.txt")),
scalaVersion := Scala211,
Expand Down

0 comments on commit e59d904

Please sign in to comment.