From 2448d489ad4d836f0f94ba2a8c2ce9c1c0062390 Mon Sep 17 00:00:00 2001 From: Yoshihiro OKUMURA Date: Wed, 24 Jan 2024 12:20:27 +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 7e30152..6ef8c3c 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ mvn package ### run by jar ```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 ```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