diff --git a/README.md b/README.md index 1b27e42..58a5b41 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Asynchronous library for accessing InfluxDB from Scala. ## Installation Add the following to your `build.sbt` ```scala -libraryDependencies += "io.razem" %% "scala-influxdb-client" % "0.6.2" +libraryDependencies += "io.razem" %% "scala-influxdb-client" % "0.6.3" ``` ## Connecting diff --git a/version.sbt b/version.sbt index ad83f2c..a40c96b 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.6.3-SNAPSHOT" +version in ThisBuild := "0.6.3"