Skip to content

Commit

Permalink
Merge pull request #180 from InsanusMokrassar/0.17.1
Browse files Browse the repository at this point in the history
0.17.1
  • Loading branch information
InsanusMokrassar committed Jul 16, 2023
2 parents c6643db + 773415f commit 930523f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# SauceNaoAPI Changelog

## 0.17.1

* Versions:
* `Coroutines`: `1.7.2`
* `Ktor`: `2.3.2`
* `MicroUtils`: `0.19.7`

## 0.17.0

* Versions:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official

library_version=0.17.0
library_version=0.17.1
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

kt = "1.8.22"
kt-serialization = "1.5.1"
kt-coroutines = "1.6.4"
kt-coroutines = "1.7.2"

klock = "4.0.3"
ktor = "2.3.1"
ktor = "2.3.2"

microutils = "0.19.2"
microutils = "0.19.7"

gh-release = "2.4.1"

Expand Down

0 comments on commit 930523f

Please sign in to comment.