Skip to content

Commit

Permalink
bump version to 0.3.2-5
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerman committed Sep 26, 2015
1 parent cd2fa0e commit 795e658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ renesca-magic is an abstraction layer for [renesca](https://github.com/renesca/r
To use renesca-magic in your sbt project, add these dependencies and the marco compiler plugin to your ```build.sbt```:

```scala
libraryDependencies += "com.github.renesca" %% "renesca-magic" % "0.3.2-4"
libraryDependencies += "com.github.renesca" %% "renesca-magic" % "0.3.2-5"

addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0-M5" cross CrossVersion.full)
```
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name := "renesca-magic"

// don't forget to change the version in README.md
version := "0.3.2-4"
version := "0.3.2-5"

val scalaV = "2.11.7"

Expand Down

0 comments on commit 795e658

Please sign in to comment.