Skip to content

Commit

Permalink
Update Readme.md to reflect version 1.4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Han van Venrooij committed Mar 29, 2016
1 parent 05fa1f9 commit a0083a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,7 @@
## 1.4.3
- Update to `libsass` 3.3.4 (#12)
- Update to `play-json` 2.4.6
- Update to `scalatest` 2.2.6
- Update to `scalatest` 2.2.6

## 1.4.4
- Fix character encoding when outputting CSS on Windows. (#13)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This plugin has been tested against sbt-web and the Play framework versions 1.2.
To use the `sbt-sassify` plugin you can include the plugin in `project/plugins.sbt` or `project/sbt-sassify.sbt` like this:

```scala
addSbtPlugin("org.irundaia.sbt" % "sbt-sassify" % "1.4.3")
addSbtPlugin("org.irundaia.sbt" % "sbt-sassify" % "1.4.4")
```

### Directory structure
Expand Down

0 comments on commit a0083a4

Please sign in to comment.