Skip to content

Commit dc99832

Browse files
committed
Bump version to 2.6.2
1 parent b23ece0 commit dc99832

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ And then download the artifact incognia-api-client
2222
<dependency>
2323
<groupId>com.incognia</groupId>
2424
<artifactId>incognia-api-client</artifactId>
25-
<version>2.6.1</version>
25+
<version>2.6.2</version>
2626
</dependency>
2727
```
2828

@@ -39,7 +39,7 @@ repositories {
3939
And then add the dependency
4040
```gradle
4141
dependencies {
42-
implementation 'com.incognia:incognia-api-client:2.6.1'
42+
implementation 'com.incognia:incognia-api-client:2.6.2'
4343
}
4444
```
4545
We support Java 8+.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "com.incognia"
10-
version = "2.6.1"
10+
version = "2.6.2"
1111

1212
task createProjectVersionFile {
1313
def projectVersionDir = "$projectDir/src/main/java/com/incognia/api"

0 commit comments

Comments
 (0)