diff --git a/README.md b/README.md index aee98615..05c44ea4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ underscore-java =============== -[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore/1.119) +[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore/1.120) [![MIT License](http://img.shields.io/badge/license-MIT-green.svg)](https://github.com/javadev/underscore-java/blob/main/LICENSE) [![Java CI](https://github.com/javadev/underscore-java/actions/workflows/maven.yml/badge.svg)](https://github.com/javadev/underscore-java/actions/workflows/maven.yml) [![CodeQL](https://github.com/javadev/underscore-java/actions/workflows/codeql.yml/badge.svg)](https://github.com/javadev/underscore-java/actions/workflows/codeql.yml) @@ -42,7 +42,7 @@ To configure your Maven project, add the following code to your pom.xml file: com.github.javadev underscore - 1.119 + 1.120 ... diff --git a/pom-central.xml b/pom-central.xml index 9117820e..d6ff1746 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -4,7 +4,7 @@ com.github.javadev underscore jar - 1.119 + 1.120 java port of Underscore.js The java port of Underscore.js https://github.com/javadev/underscore-java diff --git a/pom-pack.xml b/pom-pack.xml index bfdb9f09..8d8c7265 100644 --- a/pom-pack.xml +++ b/pom-pack.xml @@ -4,7 +4,7 @@ com.github.javadev underscore jar - 1.119 + 1.120 java port of Underscore.js The java port of Underscore.js https://github.com/javadev/underscore-java diff --git a/pom.xml b/pom.xml index e67a1c3e..51f9d05c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.javadev underscore jar - 1.119-SNAPSHOT + 1.120-SNAPSHOT java port of Underscore.js The java port of Underscore.js https://github.com/javadev/underscore-java