release: bump 0.9.0 -> 0.9.1 (#299)

This commit is contained in:
kingchenc
2026-06-14 02:42:45 +02:00
committed by GitHub
parent a0a7bc4e62
commit a3950bf31b
19 changed files with 75 additions and 63 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
<groupId>org.wickra.examples</groupId>
<artifactId>wickra-examples</artifactId>
<version>0.9.0</version>
<version>0.9.1</version>
<packaging>jar</packaging>
<name>Wickra Java examples</name>
@@ -21,7 +21,7 @@
<dependency>
<groupId>org.wickra</groupId>
<artifactId>wickra</artifactId>
<version>0.9.0</version>
<version>0.9.1</version>
</dependency>
<!-- Only the network examples (fetch_btcusdt) parse JSON. -->
<dependency>