File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11### Changes
22
3- #### 1.0.1-SNAPSHOT
3+ #### 1.0.1
44
55 - send custom company attributes on update
66
Original file line number Diff line number Diff 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.0 </version >
41+ <version >1.0.1 </version >
4242</dependency >
4343```
4444
@@ -56,7 +56,7 @@ and add the project to the `dependencies` block in your `build.gradle`:
5656
5757``` groovy
5858dependencies {
59- compile 'io.intercom:intercom-java:1.0.0 '
59+ compile 'io.intercom:intercom-java:1.0.1 '
6060}
6161```
6262
Original file line number Diff line number Diff line change 1- version : 1.0.1-SNAPSHOT
1+ version : 1.0.1
22
33groupId : io.intercom
44
You can’t perform that action at this time.
0 commit comments