Skip to content

Commit f261356

Browse files
committed
Merge tag '0.4.0' into develop
v0.4.0
2 parents c27f53a + d0b034e commit f261356

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Install the plugin according to the [sbt documentation](http://www.scala-sbt.org
3737

3838
### Edit `project/plugins.sbt`
3939

40-
addSbtPlugin("com.github.battermann" % "sbt-json" % "0.3.2")
40+
addSbtPlugin("com.github.battermann" % "sbt-json" % "0.4.0")
4141

4242
### Edit `build.sbt`
4343

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolvers ++= Seq(
55

66
lazy val root = (project in file("."))
77
.settings(
8-
version in ThisBuild := "0.3.2",
8+
version in ThisBuild := "0.4.0",
99
organization in ThisBuild := "com.github.battermann",
1010
scalaVersion := "2.10.6",
1111
sbtPlugin := true,

0 commit comments

Comments
 (0)