Skip to content

Commit 31a7e09

Browse files
KenChoiKenChoi
authored andcommitted
prepare release 3.3.4
1 parent 640e2b9 commit 31a7e09

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>cn.jpush.api</groupId>
2626
<artifactId>jpush-client</artifactId>
27-
<version>3.3.3</version>
27+
<version>3.3.4</version>
2828
</dependency>
2929
```
3030
### jar 包方式
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>cn.jpush.api</groupId>
4646
<artifactId>jiguang-common</artifactId>
47-
<version>1.0.8</version>
47+
<version>1.1.0</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>io.netty</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>cn.jpush.api</groupId>
55
<artifactId>jpush-client</artifactId>
6-
<version>3.3.3-SNAPSHOT</version>
6+
<version>3.3.4-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<url>https://github.com/jpush/jpush-api-java-client</url>
99
<name>JPush API Java Client</name>
@@ -35,7 +35,7 @@
3535
<url>https://github.com/jpush/jpush-api-java-client</url>
3636
<connection>scm:git:git@github.com:jpush/jpush-api-java-client.git</connection>
3737
<developerConnection>scm:git:git@github.com:jpush/jpush-api-java-client.git</developerConnection>
38-
<tag>v3.3.3</tag>
38+
<tag>v3.3.4</tag>
3939
</scm>
4040

4141
<dependencies>

0 commit comments

Comments
 (0)