From 6450748a03caf9e43f8d0b74f4fbffe365c3d65e Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Wed, 25 Oct 2023 10:05:35 +0300 Subject: [PATCH] Added version 1.95 --- README.md | 6 +++--- pom-central.xml | 2 +- pom-pack.xml | 2 +- pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 29641474..a99486e3 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.94) +[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore/1.95) [![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) @@ -40,7 +40,7 @@ To configure your Maven project, add the following code to your pom.xml file: com.github.javadev underscore - 1.94 + 1.95 ... @@ -49,7 +49,7 @@ To configure your Maven project, add the following code to your pom.xml file: Gradle configuration: ```groovy -implementation 'com.github.javadev:underscore:1.94' +implementation 'com.github.javadev:underscore:1.95' ``` ### Usage diff --git a/pom-central.xml b/pom-central.xml index eb9a7ebd..f27c051f 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -4,7 +4,7 @@ com.github.javadev underscore jar - 1.94 + 1.95 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 6f86ea00..b455d1dc 100644 --- a/pom-pack.xml +++ b/pom-pack.xml @@ -4,7 +4,7 @@ com.github.javadev underscore jar - 1.94 + 1.95 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 499a4fa9..78638579 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.javadev underscore jar - 1.94-SNAPSHOT + 1.95-SNAPSHOT java port of Underscore.js The java port of Underscore.js https://github.com/javadev/underscore-java