release: bump 0.7.8 -> 0.7.9 (#234)

Version bump 0.7.8 -> 0.7.9 for the Java binding release.
This commit is contained in:
kingchenc
2026-06-09 20:33:17 +02:00
committed by GitHub
parent 167f7b3ffe
commit d188959aab
18 changed files with 62 additions and 61 deletions
+2 -2
View File
@@ -30,14 +30,14 @@ Maven:
<dependency>
<groupId>org.wickra</groupId>
<artifactId>wickra</artifactId>
<version>0.7.8</version>
<version>0.7.9</version>
</dependency>
```
Gradle:
```kotlin
implementation("org.wickra:wickra:0.7.8")
implementation("org.wickra:wickra:0.7.9")
```
The native library ships prebuilt per platform (Linux, macOS, Windows — x64 and
+1 -1
View File
@@ -6,7 +6,7 @@
<groupId>org.wickra</groupId>
<artifactId>wickra</artifactId>
<version>0.7.8</version>
<version>0.7.9</version>
<packaging>jar</packaging>
<name>Wickra</name>