Skip to content

Commit

Permalink
release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
razem-io committed Jan 24, 2020
1 parent 5bd029c commit 36d2b91
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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.6.3-SNAPSHOT"
version in ThisBuild := "0.6.3"

0 comments on commit 36d2b91

Please sign in to comment.