From 1bc43f1cd860d909c62f16e6ea286e23c31edbb8 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Mon, 31 Jul 2023 03:33:47 +0300 Subject: [PATCH] Introduced version 1.49 --- 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 0e03743..3aa2f3c 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.48) +[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore17.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore17/1.49) [![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.48 + 1.49 ... @@ -37,7 +37,7 @@ Include the following in your `pom.xml` for Maven: Gradle: ```groovy -implementation 'com.github.javadev:underscore17:1.48' +implementation 'com.github.javadev:underscore17:1.49' ``` ### Usage diff --git a/pom-central17.xml b/pom-central17.xml index b2fcbfd..9636ec6 100644 --- a/pom-central17.xml +++ b/pom-central17.xml @@ -4,7 +4,7 @@ com.github.javadev underscore17 jar - 1.48 + 1.49 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 209880c..52643db 100644 --- a/pom-pack17.xml +++ b/pom-pack17.xml @@ -4,7 +4,7 @@ com.github.javadev underscore17 jar - 1.48 + 1.49 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 71ef668..cbbca6f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.javadev underscore11 jar - 1.48-SNAPSHOT + 1.49-SNAPSHOT java 17 port of Underscore.js The java 17 port of Underscore.js https://github.com/javadev/underscore-java17