Skip to content

Commit 206e35b

Browse files
committed
🔖 release v1.0.1
## 1.0.1 * [CHORE] Update Kotlin version to 2.0.21.
1 parent 5c79957 commit 206e35b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1
2+
3+
* [CHORE] Update Kotlin version to 2.0.21.
4+
15
## 1.0.0
26

37
* [CHORE] Initial release of the project.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
allprojects {
99
group = "io.github.techouse"
10-
version = "1.0.0"
10+
version = "1.0.1"
1111
repositories {
1212
google()
1313
mavenCentral()

0 commit comments

Comments
 (0)