Bump server version to 1.1.3

Also updated readme and command descriptions
This commit is contained in:
Melledy
2025-12-08 01:28:10 -08:00
parent e5ce16d6ea
commit 78d88a87cd
12 changed files with 20 additions and 19 deletions

View File

@@ -29,7 +29,7 @@ java {
}
}
version = '1.1.2'
version = '1.1.3'
var shouldGenerateProto = System.getenv("GENERATE_PROTO") == "true"
System.out.println(shouldGenerateProto ? "Generating proto files" : "Skipping proto generation")