From f6c121b0727c5ac726b2f00d1b786b5965eae81c Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Wed, 11 Dec 2024 08:50:23 +0200 Subject: [PATCH] Version 1.109 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 796038e8..4e507d40 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,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.108) +[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore/1.109) [![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.yml/badge.svg)](https://github.com/javadev/underscore-java/actions/workflows/codeql.yml) @@ -43,7 +43,7 @@ To configure your Maven project, add the following code to your pom.xml file: com.github.javadev underscore - 1.108 + 1.109 ... @@ -52,7 +52,7 @@ To configure your Maven project, add the following code to your pom.xml file: Gradle configuration: ```groovy -implementation 'com.github.javadev:underscore:1.108' +implementation 'com.github.javadev:underscore:1.109' ``` ### Usage