Skip to content

Commit

Permalink
Setting version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NomadBlacky committed Jul 1, 2020
1 parent c0f9fa1 commit 5337a1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Add the dependency.
+ build.sbt

```scala
libraryDependencies += "dev.nomadblacky" %% "scaladog" % "0.5.0"
libraryDependencies += "dev.nomadblacky" %% "scaladog" % "0.5.1"
```

+ or [Ammonite](http://ammonite.io)

```scala
import $ivy.`dev.nomadblacky::scaladog:0.5.0`
import $ivy.`dev.nomadblacky::scaladog:0.5.1`
```

Set API key and Application key
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.5.1-SNAPSHOT"
version in ThisBuild := "0.5.1"

0 comments on commit 5337a1b

Please sign in to comment.