From 847a81534b98f917b003ff6ea576c16b36719bab Mon Sep 17 00:00:00 2001 From: Yoshihiro OKUMURA Date: Thu, 29 Sep 2022 15:20:10 +0900 Subject: [PATCH] update version number. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f8564b..e55baea 100644 --- a/README.md +++ b/README.md @@ -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