diff --git a/README.md b/README.md index f5592cef..2af9c86d 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.106) +[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore/1.107) [![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) @@ -43,7 +43,7 @@ To configure your Maven project, add the following code to your pom.xml file: com.github.javadev underscore - 1.106 + 1.107 ... @@ -52,7 +52,7 @@ To configure your Maven project, add the following code to your pom.xml file: Gradle configuration: ```groovy -implementation 'com.github.javadev:underscore:1.106' +implementation 'com.github.javadev:underscore:1.107' ``` ### Usage diff --git a/pom-central.xml b/pom-central.xml index d2083e79..05b63dd9 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -4,7 +4,7 @@ com.github.javadev underscore jar - 1.106 + 1.107 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 b438574e..66ed10b7 100644 --- a/pom-pack.xml +++ b/pom-pack.xml @@ -4,7 +4,7 @@ com.github.javadev underscore jar - 1.106 + 1.107 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 34da9dca..2328868b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.javadev underscore jar - 1.106-SNAPSHOT + 1.107-SNAPSHOT java port of Underscore.js The java port of Underscore.js https://github.com/javadev/underscore-java