Compare commits

...

4 Commits

Author SHA1 Message Date
e65a171e65 Update CHANGELOG.md 2022-08-12 00:39:29 +06:00
31f32a7069 Update libs.versions.toml 2022-08-12 00:38:22 +06:00
5b299fb1c1 start 0.12.1 2022-08-12 00:37:47 +06:00
5038fb4240 Merge pull request #139 from InsanusMokrassar/0.12.0
0.12.0
2022-08-06 10:00:46 +06:00
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# SauceNaoAPI Changelog
## 0.12.1
* Versions:
* `Ktor`: `2.0.3` -> `2.1.0`
## 0.11.1
* Versions updates:

View File

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

View File

@@ -5,7 +5,7 @@ kt-serialization = "1.4.0-RC"
kt-coroutines = "1.6.4"
klock = "3.0.0"
ktor = "2.0.3"
ktor = "2.1.0"
gh-release = "2.4.1"