Skip to content

Commit 066d8d4

Browse files
authored
Bumping version (error with previous bump version tag) (#153)
1 parent 92d0bb6 commit 066d8d4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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-
#### 2.2.8
3+
#### 2.2.9
44
- Add option to create events with ID
55
- Fix issues with README headers
66

README.md

Lines changed: 3 additions & 3 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>2.2.8</version>
41+
<version>2.2.9</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:2.2.8'
59+
compile 'io.intercom:intercom-java:2.2.9'
6060
}
6161
```
6262

@@ -71,7 +71,7 @@ resolvers += "jcenter" at "http://jcenter.bintray.com"
7171
and add the project to your `libraryDependencies` in your `build.sbt`:
7272

7373
```scala
74-
libraryDependencies += "io.intercom" % "intercom-java" % "2.2.8"
74+
libraryDependencies += "io.intercom" % "intercom-java" % "2.2.9"
7575
```
7676

7777
## Resources

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2.2.8
1+
version: 2.2.9
22

33
groupId: io.intercom
44

intercom-java/src/main/java/io/intercom/api/Intercom.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ enum AuthKeyType {
1515
TOKEN
1616
}
1717

18-
private static final String VERSION = "2.2.8";
18+
private static final String VERSION = "2.2.9";
1919

2020
public static final String USER_AGENT = "intercom-java/" + Intercom.VERSION;
2121

0 commit comments

Comments
 (0)