Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit 2e3131e

Browse files
committed
release: update version in src/bindings/jna/README.md
1 parent 6533d73 commit 2e3131e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bindings/jna/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Simply add libelektra as dependency using:
8686
<dependency>
8787
<groupId>org.libelektra</groupId>
8888
<artifactId>libelektra</artifactId>
89-
<version>0.10.0</version>
89+
<version>0.11.0</version>
9090
</dependency>
9191
```
9292

@@ -103,7 +103,7 @@ repositories {
103103
}
104104
105105
dependencies {
106-
implementation "org.libelektra:libelektra:0.10.0"
106+
implementation "org.libelektra:libelektra:0.11.0"
107107
}
108108
```
109109

0 commit comments

Comments
 (0)