Skip to content

Commit c36748f

Browse files
authored
Update build.gradle.kts
1 parent cae094e commit c36748f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

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

77
application.mainClass = "com.mcsmanager.bot.Bot"
88
group = "com.mcsmanager"
9-
version = "1.0.1"
9+
version = "1.0.2"
1010

1111
repositories {
1212
mavenCentral()
@@ -31,4 +31,4 @@ tasks.withType<JavaCompile> {
3131
options.isIncremental = true
3232

3333
sourceCompatibility = "21"
34-
}
34+
}

0 commit comments

Comments
 (0)