diff --git a/README.md b/README.md index 00275b9..3c5bda1 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ Add the dependency. + build.sbt ```scala -libraryDependencies += "dev.nomadblacky" %% "scaladog" % "0.5.2" +libraryDependencies += "dev.nomadblacky" %% "scaladog" % "0.5.3" ``` + or [Ammonite](http://ammonite.io) ```scala -import $ivy.`dev.nomadblacky::scaladog:0.5.2` +import $ivy.`dev.nomadblacky::scaladog:0.5.3` ``` Set API key and Application key diff --git a/version.sbt b/version.sbt index 8b80064..e13c5d9 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.5.3-SNAPSHOT" +ThisBuild / version := "0.5.3"