Skip to content

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eltimn committed Apr 25, 2017
1 parent 35f5078 commit 4ee6045
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 @@ -18,7 +18,7 @@ Setup
Add the following to your _project/plugins.sbt_ file:

```scala
addSbtPlugin("com.eltimn" % "sbt-frontend" % "0.1.0")
addSbtPlugin("com.eltimn" % "sbt-frontend" % "0.2.2")
```

Enable the plugin in your _build.sbt_ file with:
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git.baseVersion := "0.2.1"
git.baseVersion := "0.2.2"

0 comments on commit 4ee6045

Please sign in to comment.