Skip to content

Commit 7234e9c

Browse files
committed
update readme
1 parent 7ad9147 commit 7234e9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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>0.0.5</version>
41+
<version>0.1.0</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:0.0.5'
59+
compile 'io.intercom:intercom-java:0.1.0'
6060
}
6161
```
6262

0 commit comments

Comments
 (0)