Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Apr 11, 2016
1 parent 4141e3f commit f235653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/history/0.4.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.4.1 (unreleased)
# 0.4.1 ([commit log](https://github.com/japgolly/scalacss/compare/v0.4.0...v0.4.1))

* When applying multiple class-names to Scalatags DOM, fix `InvalidCharacterError`.
* Upgrade dependencies:
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.4.1-SNAPSHOT",
version := "0.4.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 f235653

Please sign in to comment.