Skip to content

Commit 02dd8c0

Browse files
committed
update wxjava sdk to 4.6.0
1 parent 0ec9ed1 commit 02dd8c0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

commit.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
git commit -a -m "update wxjava sdk to 4.6.0"
2+
git pull --rebase
3+
4+
git push origin master

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<description>Spring Boot Demo with wechat miniapp</description>
1919

2020
<properties>
21-
<weixin-java-miniapp.version>4.5.0</weixin-java-miniapp.version>
21+
<weixin-java-miniapp.version>4.6.0</weixin-java-miniapp.version>
2222

2323
<maven.compiler.source>1.8</maven.compiler.source>
2424
<maven.compiler.target>1.8</maven.compiler.target>

0 commit comments

Comments
 (0)