Commit 1beddf16 authored by Magix's avatar Magix Committed by GitHub
Browse files

Update build.gradle (in prep for 1.1.0)

parent 57cc1113
...@@ -43,7 +43,7 @@ sourceCompatibility = JavaVersion.VERSION_17 ...@@ -43,7 +43,7 @@ sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_17
group = 'xyz.grasscutters' group = 'xyz.grasscutters'
version = '1.0.3-dev' version = '1.1.0'
sourceCompatibility = 17 sourceCompatibility = 17
targetCompatibility = 17 targetCompatibility = 17
...@@ -228,4 +228,4 @@ javadoc { ...@@ -228,4 +228,4 @@ javadoc {
processResources { processResources {
dependsOn "generateProto" dependsOn "generateProto"
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment