Skip to content

Commit

Permalink
修改版本号1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awalol authored Aug 10, 2022
1 parent 1999639 commit f5d7d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "cn.awalol"
version = "1.0-SNAPSHOT"
version = "1.1.0"

repositories {
mavenCentral()
Expand All @@ -33,4 +33,4 @@ tasks.withType<Jar> {
manifest {
attributes["Main-Class"] = "MainKt"
}
}
}

0 comments on commit f5d7d24

Please sign in to comment.