Merge pull request #117 from InsanusMokrassar/0.10.1

0.10.1
This commit is contained in:
InsanusMokrassar 2022-03-17 13:45:04 +06:00 committed by GitHub
commit 66414ff8df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 3 deletions

View File

@ -1,5 +1,15 @@
# SauceNaoAPI Changelog
## 0.10.1
* Versions updates:
* `Klock`: `2.6.2` -> `2.6.3`
* `Ktor`: `1.6.7` -> `1.6.8`
## 0.10.0
Migration onto libs versions toml
## 0.9.1
* Versions updates:

View File

@ -1,3 +1,3 @@
kotlin.code.style=official
library_version=0.10.0
library_version=0.10.1

View File

@ -4,8 +4,8 @@ kt = "1.6.10"
kt-serialization = "1.3.2"
kt-coroutines = "1.6.0"
klock = "2.6.2"
ktor = "1.6.7"
klock = "2.6.3"
ktor = "1.6.8"
gh-release = "2.2.12"