Skip to content

Commit 267677b

Browse files
authored
Update build.gradle.kts
1 parent be4b96f commit 267677b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "com.github.WantToBeeMe"
9-
version = "1.0"
9+
version = "1.0.0"
1010

1111
repositories {
1212
mavenCentral()
@@ -43,4 +43,4 @@ tasks.compileKotlin {
4343
java {
4444
sourceCompatibility = JavaVersion.VERSION_1_8
4545
targetCompatibility = JavaVersion.VERSION_1_8
46-
}
46+
}

0 commit comments

Comments
 (0)