We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fdbf80 commit f1ac445Copy full SHA for f1ac445
cgit.bat
@@ -0,0 +1,16 @@
1
+:: 用于提价变更内容
2
+:: author: houbb
3
+:: LastUpdateTime: 2019-5-1 20:16:31
4
+:: 用法:双击运行,或者当前路径 cmd 直接输入 cgit.bat
5
+
6
+:: 关闭回显
7
+@echo OFF
8
9
+ECHO "============================= Git push START..."
10
+git pull
11
+git add .
12
+git commit -m "[update] updates"
13
+git push
14
+git status
15
+ECHO "============================= Git push END..."
16
pom.xml
@@ -6,7 +6,7 @@
<groupId>com.github.houbb</groupId>
<artifactId>opencc4j</artifactId>
- <version>1.0.3</version>
+ <version>1.1.0-SNAPSHOT</version>
<properties>
<!--============================== All PLUGINS START ==============================-->
0 commit comments