Skip to content

Commit 7ad9147

Browse files
committed
0.1.0
1 parent f13e425 commit 7ad9147

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
### Changes
22

3-
#### 0.1.0-SNAPSHOT
3+
#### 0.1.0
44

55
- support untag of users and companies
6+
7+
- renamed of current page and page methods on collections (breaking)
68

79
#### 0.0.5
810

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.1.0-SNAPSHOT
1+
version: 0.1.0
22

33
groupId: io.intercom
44

intercom-java/src/main/java/io/intercom/api/Intercom.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class Intercom {
1414

1515
static final String AUTH_BEARER = "Bearer";
1616

17-
private static final String VERSION = "0.1.0-SNAPSHOT";
17+
private static final String VERSION = "0.1.0";
1818

1919
public static final String USER_AGENT = "intercom-java/" + Intercom.VERSION;
2020

0 commit comments

Comments
 (0)