Skip to content

Commit

Permalink
update version to 1.2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
wicked_tc130 committed May 29, 2024
1 parent 6b042a3 commit 778febd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>cn.jpush.api</groupId>
<artifactId>jiguang-common</artifactId>
<version>1.2.6</version>
<version>1.2.7</version>
<packaging>jar</packaging>
<url>https://github.com/jpush/jiguang-java-client-common</url>
<name>Jiguang Client Common Dependencies</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/cn/jiguang/common/DeviceType.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public enum DeviceType {

Android("android"),
IOS("ios"),
WinPhone("winphone"),
HMOS("hmos"),
QuickApp("quickapp");

private final String value;
Expand Down

0 comments on commit 778febd

Please sign in to comment.