Skip to content

Commit

Permalink
Bump version to 2.6.2 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
racevedoo authored Apr 25, 2024
1 parent bbfe3ec commit 9a6b3fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ And then download the artifact incognia-api-client
<dependency>
<groupId>com.incognia</groupId>
<artifactId>incognia-api-client</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
</dependency>
```

Expand All @@ -39,7 +39,7 @@ repositories {
And then add the dependency
```gradle
dependencies {
implementation 'com.incognia:incognia-api-client:2.6.1'
implementation 'com.incognia:incognia-api-client:2.6.2'
}
```
We support Java 8+.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.incognia"
version = "2.6.1"
version = "2.6.2"

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

0 comments on commit 9a6b3fb

Please sign in to comment.