We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad9147 commit 7234e9cCopy full SHA for 7234e9c
README.md
@@ -38,7 +38,7 @@ and add the project declaration to your `pom.xml`:
38
<dependency>
39
<groupId>io.intercom</groupId>
40
<artifactId>intercom-java</artifactId>
41
- <version>0.0.5</version>
+ <version>0.1.0</version>
42
</dependency>
43
```
44
@@ -56,7 +56,7 @@ and add the project to the `dependencies` block in your `build.gradle`:
56
57
```groovy
58
dependencies {
59
- compile 'io.intercom:intercom-java:0.0.5'
+ compile 'io.intercom:intercom-java:0.1.0'
60
}
61
62
0 commit comments