Compare commits

..

7 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
96f520700f Update libs.versions.toml 2022-08-06 08:48:50 +06:00
2a4296ff7d Update gradle-wrapper.properties 2022-08-06 08:47:55 +06:00
2f34ab7ad1 start 0.12.0 2022-08-06 08:47:18 +06:00
4 changed files with 11 additions and 6 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.11.1
library_version=0.12.1

View File

@@ -1,11 +1,11 @@
[versions]
kt = "1.6.21"
kt-serialization = "1.3.3"
kt = "1.7.10"
kt-serialization = "1.4.0-RC"
kt-coroutines = "1.6.4"
klock = "2.7.0"
ktor = "2.0.3"
klock = "3.0.0"
ktor = "2.1.0"
gh-release = "2.4.1"

View File

@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip