mirror of
https://github.com/InsanusMokrassar/SauceNaoAPI.git
synced 2024-11-26 08:18:42 +00:00
commit
c1df04fd09
@ -1,5 +1,11 @@
|
||||
# SauceNaoAPI Changelog
|
||||
|
||||
## 0.11.1
|
||||
|
||||
* Versions updates:
|
||||
* `Ktor`: `2.0.1` -> `2.0.3`
|
||||
* `Coroutines`: `1.6.1` -> `1.6.4`
|
||||
|
||||
## 0.11.0
|
||||
|
||||
* Versions updates:
|
||||
|
@ -1,3 +1,3 @@
|
||||
kotlin.code.style=official
|
||||
|
||||
library_version=0.11.0
|
||||
library_version=0.11.1
|
||||
|
@ -2,12 +2,12 @@
|
||||
|
||||
kt = "1.6.21"
|
||||
kt-serialization = "1.3.3"
|
||||
kt-coroutines = "1.6.1"
|
||||
kt-coroutines = "1.6.4"
|
||||
|
||||
klock = "2.7.0"
|
||||
ktor = "2.0.1"
|
||||
ktor = "2.0.3"
|
||||
|
||||
gh-release = "2.3.7"
|
||||
gh-release = "2.4.1"
|
||||
|
||||
[libraries]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user