From 2d4bb36f289c782fbc49d4c8321c2a760f40c9d4 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Tue, 30 Apr 2024 21:24:54 -0400 Subject: [PATCH] Version 1.57 --- README.md | 6 +++--- pom-central17.xml | 2 +- pom-pack17.xml | 2 +- pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 743fa99..b12597e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,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.56) +[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore17.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore17/1.57) [![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) @@ -28,7 +28,7 @@ Include the following in your `pom.xml` for Maven: com.github.javadev underscore17 - 1.56 + 1.57 ... @@ -37,7 +37,7 @@ Include the following in your `pom.xml` for Maven: Gradle: ```groovy -implementation 'com.github.javadev:underscore17:1.56' +implementation 'com.github.javadev:underscore17:1.57' ``` ### Usage diff --git a/pom-central17.xml b/pom-central17.xml index 86fbc0a..475c9ed 100644 --- a/pom-central17.xml +++ b/pom-central17.xml @@ -4,7 +4,7 @@ com.github.javadev underscore17 jar - 1.56 + 1.57 java 17 port of Underscore.js The java 17 port of Underscore.js https://github.com/javadev/underscore-java17 diff --git a/pom-pack17.xml b/pom-pack17.xml index 80ef4ed..105cbc6 100644 --- a/pom-pack17.xml +++ b/pom-pack17.xml @@ -4,7 +4,7 @@ com.github.javadev underscore17 jar - 1.56 + 1.57 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 b0b6263..12f8386 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.javadev underscore17 jar - 1.56-SNAPSHOT + 1.57-SNAPSHOT java 17 port of Underscore.js The java 17 port of Underscore.js https://github.com/javadev/underscore-java17