Skip to content

Commit a43cbc0

Browse files
committed
Bump version number
1 parent 2bf20cb commit a43cbc0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add the following to your build.sbt:
2727

2828
```
2929
resolvers += Resolver.bintrayRepo("vroste", "maven"),
30-
libraryDependencies += "nl.vroste" % "play-json-optics_2.12" % "0.1.0.0"
30+
libraryDependencies += "nl.vroste" % "play-json-optics_2.12" % "0.1.1.0"
3131
```
3232

3333
## Example

project/Settings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object Settings {
77

88
lazy val settings = Seq(
99
organization := "nl.vroste",
10-
version := "0.1.0." + sys.props.getOrElse("buildNumber", default="0"),
10+
version := "0.1.1." + sys.props.getOrElse("buildNumber", default="0"),
1111
scalaVersion := "2.12.5",
1212
publishMavenStyle := true,
1313
publishArtifact in Test := false,

0 commit comments

Comments
 (0)