Skip to content

Commit

Permalink
Setting version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NomadBlacky committed Nov 6, 2019
1 parent bcaebcb commit c305aa1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### 0.4.2

+ Provide default parameters by APIClientFactory#apply (#67)

### 0.4.1

+ Update upickle to 0.8.0 (#51)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Add the dependency.
+ build.sbt

```scala
libraryDependencies += "dev.nomadblacky" %% "scaladog" % "0.4.1"
libraryDependencies += "dev.nomadblacky" %% "scaladog" % "0.4.2"
```

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

```scala
import $ivy.`dev.nomadblacky::scaladog:0.4.1`
import $ivy.`dev.nomadblacky::scaladog:0.4.2`
```

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.4.2-SNAPSHOT"
version in ThisBuild := "0.4.2"

0 comments on commit c305aa1

Please sign in to comment.