Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bernardo committed Dec 11, 2015
1 parent dc1ba5b commit 0f92b36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Plugin
======
Add the plugin to your `project/plugins.sbt`:
```scala
addSbtPlugin("net.ground5hark.sbt" % "sbt-closure" % "0.1.3")
addSbtPlugin("net.ground5hark.sbt" % "sbt-closure" % "0.1.4")
```

Add the [Sonatype releases] resolver:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ organization := "net.ground5hark.sbt"

name := "sbt-closure"

version := "0.1.3"
version := "0.1.4"

scalaVersion := "2.10.4"

Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-closure/simple/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ organization := "net.ground5hark.sbt"

name := "sbt-closure-test"

version := "0.1.3"
version := "0.1.4"

scalaVersion := "2.10.4"

Expand Down

0 comments on commit 0f92b36

Please sign in to comment.