Skip to content

Commit

Permalink
fix version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bernardo1 committed Jul 8, 2014
1 parent 7a745fb commit e2a2213
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.1")
addSbtPlugin("net.ground5hark.sbt" % "sbt-closure" % "0.1.2")
```

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.2"

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.2"

scalaVersion := "2.10.4"

Expand Down

0 comments on commit e2a2213

Please sign in to comment.