update version number.

This commit is contained in:
Yoshihiro OKUMURA 2024-01-24 12:20:27 +09:00
parent e84c50fcff
commit 2448d489ad
Signed by: orrisroot
GPG Key ID: 470AA444C92904B2

View File

@ -17,13 +17,13 @@ mvn package
### run by jar ### run by jar
```shell ```shell
java -jar ./target/dist/lib/bioformats-imageinfo-1.2.1.jar "[path to image file]" java -jar ./target/dist/lib/bioformats-imageinfo-1.2.2.jar "[path to image file]"
``` ```
### run by fat jar ### run by fat jar
```shell ```shell
java -jar ./target/bioformats-imageinfo-1.2.1-jar-with-dependencies.jar "[path to image file]" java -jar ./target/bioformats-imageinfo-1.2.2-jar-with-dependencies.jar "[path to image file]"
``` ```
## library usage ## library usage