Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
release: update version in src/bindings/jna/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atmaxinger committed Jul 31, 2023
1 parent 6cc73bb commit 03b4d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bindings/jna/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Simply add libelektra as dependency using:
<dependency>
<groupId>org.libelektra</groupId>
<artifactId>libelektra</artifactId>
<version>0.10.0</version>
<version>0.11.0</version>
</dependency>
```

Expand All @@ -105,7 +105,7 @@ repositories {
}
dependencies {
implementation "org.libelektra:libelektra:0.10.0"
implementation "org.libelektra:libelektra:0.11.0"
}
```

Expand Down

0 comments on commit 03b4d68

Please sign in to comment.