Skip to content

Commit

Permalink
Small fix of documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
henryx committed Oct 22, 2023
1 parent e49312a commit f5ba811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Gradle:

```
dependencies {
implementation 'io.github.jopenlibs:vault-java-driver:6.1.0'
implementation 'io.github.jopenlibs:vault-java-driver:6.2.0'
}
```

Expand All @@ -53,7 +53,7 @@ Maven:
<dependency>
<groupId>io.github.jopenlibs</groupId>
<artifactId>vault-java-driver</artifactId>
<version>6.1.0</version>
<version>6.2.0</version>
</dependency>
```

Expand Down

0 comments on commit f5ba811

Please sign in to comment.