Compare commits

...

5 Commits

4 changed files with 11 additions and 5 deletions

View File

@ -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:

View File

@ -19,7 +19,7 @@ if (new File(projectDir, "secret.gradle").exists()) {
owner "InsanusMokrassar"
repo "${rootProject.name}"
tagName "${project.version}"
tagName "v${project.version}"
releaseName "${project.version}"
targetCommitish "${project.version}"

View File

@ -1,3 +1,3 @@
kotlin.code.style=official
library_version=0.11.0
library_version=0.11.1

View File

@ -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]