Skip to content

Commit dfdeab7

Browse files
SDK regeneration
1 parent 6fc3502 commit dfdeab7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+6407
-349
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Add the dependency in your `pom.xml` file:
4141
<dependency>
4242
<groupId>io.intercom</groupId>
4343
<artifactId>intercom-java</artifactId>
44-
<version>4.0.0</version>
44+
<version>4.0.1</version>
4545
</dependency>
4646
```
4747

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ java {
4747

4848
group = 'io.intercom'
4949

50-
version = '4.0.0'
50+
version = '4.0.1'
5151

5252
jar {
5353
dependsOn(":generatePomFileForMavenPublication")
@@ -78,7 +78,7 @@ publishing {
7878
maven(MavenPublication) {
7979
groupId = 'io.intercom'
8080
artifactId = 'intercom-java'
81-
version = '4.0.0'
81+
version = '4.0.1'
8282
from components.java
8383
pom {
8484
name = 'intercom'

0 commit comments

Comments
 (0)