diff --git a/README.md b/README.md index 603c8f6..5f59ef9 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/version.sbt b/version.sbt index 4ca7853..c965347 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -git.baseVersion := "0.2.3" +git.baseVersion := "0.3.0"