update version number

This commit is contained in:
serizawa 2024-11-05 18:55:31 +09:00
parent dceb58cf82
commit 0b3938c13f
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jp.riken.neurodata.tools.BioFormatsImageInfo</groupId>
<artifactId>bioformats-imageinfo</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
<name>bioformats-imageinfo</name>
<url>https://neurodata.riken.jp</url>