Compare commits

...

14 Commits

4 changed files with 33 additions and 8 deletions

View File

@@ -1,5 +1,30 @@
# Changelog
## 1.2.2
* `Versions`
* `tgbotapi`: `2.1.3`
## 1.2.2
* `Versions`
* `tgbotapi`: `2.1.2`
* `microutils`: `0.11.12`
* `coroutines`: `1.6.3`
* `ktor`: `2.0.3`
## 1.2.1
* `Versions`
* `tgbotapi`: `2.1.1`
* `microutils`: `0.11.6`
* `kslog`: `0.3.2`
## 1.2.0
* `Versions`
* `tgbotapi`: `2.1.0`
## 1.1.2
* `Versions`

View File

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

View File

@@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
kotlin.incremental=true
group=dev.inmo
version=1.1.2
version=1.2.3

View File

@@ -2,11 +2,11 @@
kt = "1.6.21"
kt-serialization = "1.3.3"
kt-coroutines = "1.6.2"
kt-coroutines = "1.6.3"
microutils = "0.11.3"
tgbotapi = "2.0.3"
kslog = "0.3.1"
microutils = "0.11.12"
tgbotapi = "2.1.3"
kslog = "0.3.2"
jb-exposed = "0.38.2"
jb-dokka = "1.6.21"
@@ -16,9 +16,9 @@ sqlite = "3.36.0.3"
klock = "2.7.0"
uuid = "0.4.1"
ktor = "2.0.2"
ktor = "2.0.3"
gh-release = "2.3.7"
gh-release = "2.4.1"
android-gradle = "7.0.4"
dexcount = "3.1.0"