update version number.

This commit is contained in:
Yoshihiro OKUMURA 2022-09-29 15:20:10 +09:00
parent 8e3a599294
commit 847a81534b

View File

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