Skip to content

Commit 20f038a

Browse files
Merge pull request #61 from InsanusMokrassar/0.24.5
0.24.5
2 parents 68b6099 + d13ffb2 commit 20f038a

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.24.5
4+
5+
* `Versions`:
6+
* `Kotlin`: `2.2.0`
7+
* `Serialization`: `1.9.0`
8+
* `PlaguBot`: `10.7.0`
9+
* `KSLog`: `1.5.0`
10+
* `MicroUtils`: `0.26.2`
11+
* `TelegramBotAPILibraries`: `0.26.7`
12+
313
## 0.24.4
414

515
* `Versions`:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kotlin.incremental=true
55
# Project data
66

77
group=dev.inmo
8-
version=0.24.4
8+
version=0.24.5

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
22

3-
kotlin = "2.1.10"
4-
kotlin-serialization = "1.8.1"
3+
kotlin = "2.2.0"
4+
kotlin-serialization = "1.9.0"
55

6-
plagubot = "10.6.0"
7-
kslog = "1.4.2"
8-
microutils = "0.25.8"
6+
plagubot = "10.7.0"
7+
kslog = "1.5.0"
8+
microutils = "0.26.2"
99

10-
tgbotapi-libraries = "0.26.6"
10+
tgbotapi-libraries = "0.26.7"
1111

12-
nmcp="0.2.1"
12+
nmcp="1.0.2"
1313

1414
gh-release = "2.5.2"
1515
dokka = "2.0.0"

0 commit comments

Comments
 (0)