mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2024-12-04 21:30:06 +00:00
Compare commits
No commits in common. "998968a9c122ae7894e6d968efd63daf175bc88e" and "819ed7720accdb5a51600b0942eaead3269c6fc9" have entirely different histories.
998968a9c1
...
819ed7720a
@ -1,13 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 1.2.2
|
|
||||||
|
|
||||||
* `Versions`
|
|
||||||
* `tgbotapi`: `2.1.2`
|
|
||||||
* `microutils`: `0.11.12`
|
|
||||||
* `coroutines`: `1.6.3`
|
|
||||||
* `ktor`: `2.0.3`
|
|
||||||
|
|
||||||
## 1.2.1
|
## 1.2.1
|
||||||
|
|
||||||
* `Versions`
|
* `Versions`
|
||||||
|
@ -23,7 +23,7 @@ if (new File(projectDir, "secret.gradle").exists()) {
|
|||||||
owner "InsanusMokrassar"
|
owner "InsanusMokrassar"
|
||||||
repo "PlaguBot"
|
repo "PlaguBot"
|
||||||
|
|
||||||
tagName "v${project.version}"
|
tagName "${project.version}"
|
||||||
releaseName "${project.version}"
|
releaseName "${project.version}"
|
||||||
targetCommitish "${project.version}"
|
targetCommitish "${project.version}"
|
||||||
|
|
||||||
|
@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
|
|||||||
kotlin.incremental=true
|
kotlin.incremental=true
|
||||||
|
|
||||||
group=dev.inmo
|
group=dev.inmo
|
||||||
version=1.2.2
|
version=1.2.1
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
kt = "1.6.21"
|
kt = "1.6.21"
|
||||||
kt-serialization = "1.3.3"
|
kt-serialization = "1.3.3"
|
||||||
kt-coroutines = "1.6.3"
|
kt-coroutines = "1.6.2"
|
||||||
|
|
||||||
microutils = "0.11.12"
|
microutils = "0.11.6"
|
||||||
tgbotapi = "2.1.2"
|
tgbotapi = "2.1.1"
|
||||||
kslog = "0.3.2"
|
kslog = "0.3.2"
|
||||||
|
|
||||||
jb-exposed = "0.38.2"
|
jb-exposed = "0.38.2"
|
||||||
@ -16,7 +16,7 @@ sqlite = "3.36.0.3"
|
|||||||
klock = "2.7.0"
|
klock = "2.7.0"
|
||||||
uuid = "0.4.1"
|
uuid = "0.4.1"
|
||||||
|
|
||||||
ktor = "2.0.3"
|
ktor = "2.0.2"
|
||||||
|
|
||||||
gh-release = "2.4.1"
|
gh-release = "2.4.1"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user