update version to 1.1.2.

This commit is contained in:
Yoshihiro OKUMURA 2022-10-07 19:24:06 +09:00
parent a4bd4b0b96
commit 4ea2dc7110

View File

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