diff --git a/README.md b/README.md index c152da5..408b805 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ underscore-java17 ================= -[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore17.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore17/1.69) +[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore17.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore17/1.70) [![MIT License](http://img.shields.io/badge/license-MIT-green.svg) ](https://github.com/javadev/underscore-java17/blob/main/LICENSE) [![Java CI](https://github.com/javadev/underscore-java17/actions/workflows/maven.yml/badge.svg)](https://github.com/javadev/underscore-java17/actions/workflows/maven.yml) [![CodeQL](https://github.com/javadev/underscore-java17/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/javadev/underscore-java17/actions/workflows/codeql-analysis.yml) @@ -31,7 +31,7 @@ To configure your Maven project, add the following code to your pom.xml file: com.github.javadev underscore17 - 1.69 + 1.70 ... @@ -40,7 +40,7 @@ To configure your Maven project, add the following code to your pom.xml file: Gradle configuration: ```groovy -implementation 'com.github.javadev:underscore17:1.69' +implementation 'com.github.javadev:underscore17:1.70' ``` ### Usage diff --git a/pom-central17.xml b/pom-central17.xml index 155ed61..c186463 100644 --- a/pom-central17.xml +++ b/pom-central17.xml @@ -4,7 +4,7 @@ com.github.javadev underscore17 jar - 1.69 + 1.70 java 17 port of Underscore.js The java 17 port of Underscore.js https://github.com/javadev/underscore-java17 diff --git a/pom-central21.xml b/pom-central21.xml index 22b43fa..1ec1a42 100644 --- a/pom-central21.xml +++ b/pom-central21.xml @@ -4,7 +4,7 @@ com.github.javadev underscore21 jar - 1.69 + 1.70 java 21 port of Underscore.js The java 21 port of Underscore.js https://github.com/javadev/underscore-java17 diff --git a/pom-pack17.xml b/pom-pack17.xml index cc13637..8c77364 100644 --- a/pom-pack17.xml +++ b/pom-pack17.xml @@ -4,7 +4,7 @@ com.github.javadev underscore17 jar - 1.69 + 1.70 java 17 port of Underscore.js The java 17 port of Underscore.js https://github.com/javadev/underscore-java17 diff --git a/pom.xml b/pom.xml index c8b08ac..0c6e515 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.javadev underscore17 jar - 1.69-SNAPSHOT + 1.70-SNAPSHOT java 17 port of Underscore.js The java 17 port of Underscore.js https://github.com/javadev/underscore-java17