We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020ea34 commit a3592a0Copy full SHA for a3592a0
1 file changed
build.gradle
@@ -47,7 +47,7 @@ java {
47
48
group = 'io.intercom'
49
50
-version = '4.0.1'
+version = '4.0.2'
51
52
jar {
53
dependsOn(":generatePomFileForMavenPublication")
@@ -78,7 +78,7 @@ publishing {
78
maven(MavenPublication) {
79
groupId = 'io.intercom'
80
artifactId = 'intercom-java'
81
- version = '4.0.1'
+ version = '4.0.2'
82
from components.java
83
pom {
84
name = 'intercom'
0 commit comments