diff --git a/README.md b/README.md index 041b067..33c3471 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ underscore-kotlin ================= -[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore-kotlin.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore-kotlin/1.9) +[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore-kotlin.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore-kotlin/1.10) [![Java CI with Maven](https://github.com/kotlindev/underscore-kotlin/actions/workflows/maven.yml/badge.svg)](https://github.com/kotlindev/underscore-kotlin/actions/workflows/maven.yml) [![javadoc](https://javadoc.io/badge2/com.github.javadev/underscore-kotlin/javadoc.svg)](https://javadoc.io/doc/com.github.javadev/underscore-kotlin) @@ -19,7 +19,7 @@ To configure your Maven project, add the following code to your pom.xml file: com.github.javadev underscore-kotlin - 1.9 + 1.10 ... @@ -28,7 +28,7 @@ To configure your Maven project, add the following code to your pom.xml file: Gradle configuration: ```groovy -implementation 'com.github.javadev:underscore-kotlin:1.9' +implementation 'com.github.javadev:underscore-kotlin:1.10' ``` ### Usage diff --git a/pom-central.xml b/pom-central.xml index bb43837..e401be2 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -4,7 +4,7 @@ com.github.javadev underscore-kotlin jar - 1.9 + 1.10 kotlin port of Underscore.js The kotlin port of Underscore.js https://github.com/kotlindev/underscore-kotlin @@ -47,7 +47,7 @@ org.junit.jupiter junit-jupiter-engine - [5.11.1,) + [5.11.3,) @@ -244,13 +244,13 @@ org.junit.jupiter junit-jupiter-api - [5.11.1,) + [5.11.3,) test org.junit.platform junit-platform-launcher - [1.11.1,) + [1.11.3,) test diff --git a/pom.xml b/pom.xml index 952adea..b48ee68 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.javadev underscore-kotlin jar - 1.9-SNAPSHOT + 1.10-SNAPSHOT kotlin port of Underscore.js The kotlin port of Underscore.js https://github.com/kotlindev/underscore-kotlin @@ -47,7 +47,7 @@ org.junit.jupiter junit-jupiter-engine - [5.11.1,) + [5.11.3,) @@ -198,13 +198,13 @@ org.junit.jupiter junit-jupiter-api - [5.11.1,) + [5.11.3,) test org.junit.platform junit-platform-launcher - [1.11.1,) + [1.11.3,) test