File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ And then download the artifact incognia-api-client
22
22
<dependency >
23
23
<groupId >com.incognia</groupId >
24
24
<artifactId >incognia-api-client</artifactId >
25
- <version >2.6.1 </version >
25
+ <version >2.6.2 </version >
26
26
</dependency >
27
27
```
28
28
@@ -39,7 +39,7 @@ repositories {
39
39
And then add the dependency
40
40
``` gradle
41
41
dependencies {
42
- implementation 'com.incognia:incognia-api-client:2.6.1 '
42
+ implementation 'com.incognia:incognia-api-client:2.6.2 '
43
43
}
44
44
```
45
45
We support Java 8+.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
}
8
8
9
9
group = " com.incognia"
10
- version = " 2.6.1 "
10
+ version = " 2.6.2 "
11
11
12
12
task createProjectVersionFile {
13
13
def projectVersionDir = " $projectDir /src/main/java/com/incognia/api"
You can’t perform that action at this time.
0 commit comments