merge update

This commit is contained in:
CaiHQ
2024-05-23 20:13:33 +08:00
parent dffcadd116
commit 1785426e53
2 changed files with 25 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ dependencies {
api 'com.google.code.gson:gson:2.8.8'
testImplementation 'junit:junit:4.13.2'
}
version = "1.0.0"
version = "1.0.1"
task classJar(type: Jar, dependsOn: classes) {
classifier = "jar"
}