@@ -4,8 +4,8 @@ plugins {
id 'java'
}
-group = 'com.ematou.wechatservice'
-version = '0.0.1-SNAPSHOT'
+group = 'com.ematou.wxservice'
+version = '1.0.0'
// Task type of JavaCompile
tasks.withType(JavaCompile) {