Skip to content

Commit f1ac445

Browse files
committed
[update] updates
1 parent 8fdbf80 commit f1ac445

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

cgit.bat

+16
Original file line numberDiff line numberDiff line change
@@ -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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.houbb</groupId>
88
<artifactId>opencc4j</artifactId>
9-
<version>1.0.3</version>
9+
<version>1.1.0-SNAPSHOT</version>
1010

1111
<properties>
1212
<!--============================== All PLUGINS START ==============================-->

0 commit comments

Comments
 (0)