Merge pull request #146 from InsanusMokrassar/0.12.2

0.12.2
This commit is contained in:
InsanusMokrassar 2022-10-02 22:27:28 +06:00 committed by GitHub
commit c31793ab38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 5 deletions

View File

@ -1,5 +1,13 @@
# SauceNaoAPI Changelog
## 0.12.2
* Versions:
* `Kotlin`: `1.7.10` -> `1.7.20`
* `Serialization`: `1.4.0-RC` -> `1.4.0`
* `Klock`: `3.0.0` -> `3.2.0`
* `Ktor`: `2.1.0` -> `2.1.2`
## 0.12.1
* Versions:

View File

@ -1,3 +1,3 @@
kotlin.code.style=official
library_version=0.12.1
library_version=0.12.2

View File

@ -1,11 +1,11 @@
[versions]
kt = "1.7.10"
kt-serialization = "1.4.0-RC"
kt = "1.7.20"
kt-serialization = "1.4.0"
kt-coroutines = "1.6.4"
klock = "3.0.0"
ktor = "2.1.0"
klock = "3.2.0"
ktor = "2.1.2"
gh-release = "2.4.1"