Skip to content

Commit 70c1101

Browse files
committed
chore(release): prepare release v5.1.6
1 parent d4bcdda commit 70c1101

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,20 @@ To use UCanAccess in your project, add the following dependency.
6363
<dependency>
6464
<groupId>io.github.spannm</groupId>
6565
<artifactId>ucanaccess</artifactId>
66-
<version>5.1.5</version>
66+
<version>5.1.6</version>
6767
</dependency>
6868
```
6969

7070
### Gradle (Groovy / `build.gradle`)
7171

7272
```groovy
73-
implementation 'io.github.spannm:ucanaccess:5.1.5'
73+
implementation 'io.github.spannm:ucanaccess:5.1.6'
7474
```
7575

7676
### Gradle (Kotlin DSL / `build.gradle.kts`)
7777

7878
```kotlin
79-
implementation("io.github.spannm:ucanaccess:5.1.5")
79+
implementation("io.github.spannm:ucanaccess:5.1.6")
8080
```
8181

8282
<p style="height: 20px;">&nbsp;</p>

0 commit comments

Comments
 (0)