diff --git a/README.md b/README.md
index 0006fa9..26204ce 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,13 @@
Metadata extraction tool based on Bio-Formats
-### make package
+## make package
```shell
mvn package
```
-### run
+## run
```shell
./target/dist/bin/bioformats-imageinfo "[path to image file]"
@@ -17,16 +17,16 @@ mvn package
### run by jar
```shell
-java -jar ./target/dist/lib/bioformats-imageinfo-1.1.4.jar "[path to image file]"
+java -jar ./target/dist/lib/bioformats-imageinfo-1.2.0.jar "[path to image file]"
```
### run by fat jar
```shell
-java -jar ./target/bioformats-imageinfo-1.1.4-jar-with-dependencies.jar "[path to image file]"
+java -jar ./target/bioformats-imageinfo-1.2.0-jar-with-dependencies.jar "[path to image file]"
```
-### library usage
+## library usage
```java
import java.util.LinkedHashMap;
diff --git a/pom.xml b/pom.xml
index ef75182..eec33a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,13 +5,13 @@
4.0.0
jp.riken.neurodata.tools.BioFormatsImageInfo
bioformats-imageinfo
- 1.1.4
+ 1.2.0
bioformats-imageinfo
https://neurodata.riken.jp
- 6.14.0
+ 7.0.0
jp.riken.neurodata.tools.BioFormatsImageInfo
1.8
@@ -140,7 +140,7 @@
org.owasp
dependency-check-maven
- 8.3.1
+ 8.4.0