Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
svroonland committed Sep 28, 2018
1 parent 2bf20cb commit a43cbc0
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 @@ -27,7 +27,7 @@ Add the following to your build.sbt:

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

## Example
Expand Down
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Settings {

lazy val settings = Seq(
organization := "nl.vroste",
version := "0.1.0." + sys.props.getOrElse("buildNumber", default="0"),
version := "0.1.1." + sys.props.getOrElse("buildNumber", default="0"),
scalaVersion := "2.12.5",
publishMavenStyle := true,
publishArtifact in Test := false,
Expand Down

0 comments on commit a43cbc0

Please sign in to comment.