From 0b3938c13f4348590bfb0d2c5094a39fc7fcd212 Mon Sep 17 00:00:00 2001 From: serizawa Date: Tue, 5 Nov 2024 18:55:31 +0900 Subject: [PATCH] update version number --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc504c0..5ed5216 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.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 diff --git a/pom.xml b/pom.xml index d668cc2..d2b35fa 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 jp.riken.neurodata.tools.BioFormatsImageInfo bioformats-imageinfo - 1.2.3 + 1.2.4 bioformats-imageinfo https://neurodata.riken.jp