Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eltimn committed Aug 14, 2017
1 parent cc1fc4e commit 2fb51ca
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 @@ -20,7 +20,7 @@ Setup
Add the following to your _project/plugins.sbt_ file:

```scala
addSbtPlugin("com.eltimn" % "sbt-frontend" % "0.2.3")
addSbtPlugin("com.eltimn" % "sbt-frontend" % "0.3.0")
```

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.3"
git.baseVersion := "0.3.0"

0 comments on commit 2fb51ca

Please sign in to comment.