update version number

This commit is contained in:
2024-11-05 18:55:31 +09:00
parent dceb58cf82
commit 0b3938c13f
2 changed files with 3 additions and 3 deletions

View File

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