Skip to content

Commit 58b9019

Browse files
Merge pull request #64 from InsanusMokrassar/0.24.7
0.24.7
2 parents 14f61ab + 69a6100 commit 58b9019

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

CHANGELOG.md

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

3+
## 0.24.7
4+
5+
* `Versions`:
6+
* `Kotlin`: `2.2.10` -> `2.2.21`
7+
* `KSLog`: `1.5.0` -> `1.5.2`
8+
* `MicroUtils`: `0.26.3` -> `0.26.8`
9+
* `PlaguBot`: `10.8.0` -> `10.10.0`
10+
* `TelegramBotAPILibraries`: `0.26.8` -> `0.28.0`
11+
* `Dokka`: `2.0.0` -> `2.1.0`
12+
* `NMCP`: `1.0.2` -> `1.3.0`
13+
314
## 0.24.6
415

516
* `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.6
8+
version=0.24.7

gradle/libs.versions.toml

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

3-
kotlin = "2.2.10"
3+
kotlin = "2.2.21"
44
kotlin-serialization = "1.9.0"
55

6-
plagubot = "10.8.0"
7-
kslog = "1.5.0"
8-
microutils = "0.26.3"
6+
plagubot = "10.10.0"
7+
kslog = "1.5.2"
8+
microutils = "0.26.8"
99

10-
tgbotapi-libraries = "0.26.8"
10+
tgbotapi-libraries = "0.28.0"
1111

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

1414
gh-release = "2.5.2"
15-
dokka = "2.0.0"
15+
dokka = "2.1.0"
1616

1717
[libraries]
1818

0 commit comments

Comments
 (0)