From 36d2b916ea0607b8eb31f12dad7e2b74db67ee1e Mon Sep 17 00:00:00 2001 From: razem-io Date: Fri, 24 Jan 2020 16:29:44 +0100 Subject: [PATCH] release 0.6.3 --- README.md | 2 +- version.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"