We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c79957 commit 206e35bCopy full SHA for 206e35b
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.0.1
2
+
3
+* [CHORE] Update Kotlin version to 2.0.21.
4
5
## 1.0.0
6
7
* [CHORE] Initial release of the project.
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
8
allprojects {
9
group = "io.github.techouse"
10
- version = "1.0.0"
+ version = "1.0.1"
11
repositories {
12
google()
13
mavenCentral()
0 commit comments