Skip to content

Commit 36a8e2e

Browse files
committed
1.0.1
1 parent 7d48c0b commit 36a8e2e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Changes
22

3-
#### 1.0.1-SNAPSHOT
3+
#### 1.0.1
44

55
- send custom company attributes on update
66

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.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
5858
dependencies {
59-
compile 'io.intercom:intercom-java:1.0.0'
59+
compile 'io.intercom:intercom-java:1.0.1'
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.1-SNAPSHOT
1+
version: 1.0.1
22

33
groupId: io.intercom
44

0 commit comments

Comments
 (0)