mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2025-12-05 22:06:02 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f726cee82 | |||
| 998968a9c1 | |||
| d8d1860c5a |
@@ -2,6 +2,11 @@
|
||||
|
||||
## 1.2.2
|
||||
|
||||
* `Versions`
|
||||
* `tgbotapi`: `2.1.3`
|
||||
|
||||
## 1.2.2
|
||||
|
||||
* `Versions`
|
||||
* `tgbotapi`: `2.1.2`
|
||||
* `microutils`: `0.11.12`
|
||||
|
||||
@@ -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}"
|
||||
|
||||
|
||||
@@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
|
||||
kotlin.incremental=true
|
||||
|
||||
group=dev.inmo
|
||||
version=1.2.2
|
||||
version=1.2.3
|
||||
|
||||
@@ -5,7 +5,7 @@ kt-serialization = "1.3.3"
|
||||
kt-coroutines = "1.6.3"
|
||||
|
||||
microutils = "0.11.12"
|
||||
tgbotapi = "2.1.2"
|
||||
tgbotapi = "2.1.3"
|
||||
kslog = "0.3.2"
|
||||
|
||||
jb-exposed = "0.38.2"
|
||||
|
||||
Reference in New Issue
Block a user