diff --git a/README.md b/README.md index f80a1f2a..92ac41df 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,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.86) +[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore/1.87) [![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-analysis.yml/badge.svg)](https://github.com/javadev/underscore-java/actions/workflows/codeql-analysis.yml) @@ -42,7 +42,7 @@ Include the following in your `pom.xml` for Maven: com.github.javadev underscore - 1.86 + 1.87 ... @@ -51,7 +51,7 @@ Include the following in your `pom.xml` for Maven: Gradle: ```groovy -implementation 'com.github.javadev:underscore:1.86' +implementation 'com.github.javadev:underscore:1.87' ``` ### Usage diff --git a/pom-central.xml b/pom-central.xml index 6512114b..075cb177 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -4,7 +4,7 @@ com.github.javadev underscore jar - 1.86 + 1.87 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 7550b395..96417a52 100644 --- a/pom-pack.xml +++ b/pom-pack.xml @@ -4,7 +4,7 @@ com.github.javadev underscore jar - 1.86 + 1.87 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 7900e889..05caa0e8 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.javadev underscore jar - 1.86-SNAPSHOT + 1.87-SNAPSHOT java port of Underscore.js The java port of Underscore.js https://github.com/javadev/underscore-java