Skip to content

Commit 778febd

Browse files
author
wicked_tc130
committed
update version to 1.2.7.
1 parent 6b042a3 commit 778febd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>cn.jpush.api</groupId>
55
<artifactId>jiguang-common</artifactId>
6-
<version>1.2.6</version>
6+
<version>1.2.7</version>
77
<packaging>jar</packaging>
88
<url>https://github.com/jpush/jiguang-java-client-common</url>
99
<name>Jiguang Client Common Dependencies</name>

src/main/java/cn/jiguang/common/DeviceType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public enum DeviceType {
44

55
Android("android"),
66
IOS("ios"),
7-
WinPhone("winphone"),
7+
HMOS("hmos"),
88
QuickApp("quickapp");
99

1010
private final String value;

0 commit comments

Comments
 (0)