浏览代码

修改wxservice版本号为1.0.0

csk 9 月之前
父节点
当前提交
acdde0b40a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -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) {