Compare commits

...

5 Commits

Author SHA1 Message Date
ab4d06a44c Update CHANGELOG.md 2022-11-15 02:15:06 +06:00
0766bf7d76 Update libs.versions.toml 2022-11-15 00:17:22 +06:00
f7c7e338e2 Update gradle.properties 2022-11-15 00:15:56 +06:00
6a4fed07ee Merge pull request #52 from InsanusMokrassar/3.1.0
3.1.0
2022-11-10 20:57:02 +06:00
f644817c04 Update HelloPlugin.kt 2022-11-10 20:53:12 +06:00
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 3.1.1
* `Versions`:
* `tgbotapi`: `4.1.1`
## 3.1.0
* `Versions`:

View File

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

View File

@@ -5,7 +5,7 @@ kt-serialization = "1.4.1"
kt-coroutines = "1.6.4"
microutils = "0.14.1"
tgbotapi = "4.1.0"
tgbotapi = "4.1.1"
kslog = "0.5.3"
jb-exposed = "0.40.1"