Skip to content

Commit 7c2b6ce

Browse files
committed
1.0.2
1 parent 48c36ca commit 7c2b6ce

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### Changes
22

3+
#### 1.0.3
4+
5+
encode social profile urls for user objects
6+
37
#### 1.0.2
48

59
- fix NPE when errors have no data [30](https://github.com/intercom/intercom-java/pull/30)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ and add the project declaration to your `pom.xml`:
3838
<dependency>
3939
<groupId>io.intercom</groupId>
4040
<artifactId>intercom-java</artifactId>
41-
<version>1.0.2</version>
41+
<version>1.0.3</version>
4242
</dependency>
4343
```
4444

@@ -56,7 +56,7 @@ and add the project to the `dependencies` block in your `build.gradle`:
5656

5757
```groovy
5858
dependencies {
59-
compile 'io.intercom:intercom-java:1.0.2'
59+
compile 'io.intercom:intercom-java:1.0.3'
6060
}
6161
```
6262

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.0.2
1+
version: 1.0.3
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 = "1.0.2";
17+
private static final String VERSION = "1.0.3";
1818

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

0 commit comments

Comments
 (0)