diff --git a/README.md b/README.md index 6853cfb..d445cb6 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.2) +[![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.3) [![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.2 + 1.3 ... @@ -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.2' +implementation 'com.github.javadev:underscore-kotlin:1.3' ``` ### Usage diff --git a/pom-central.xml b/pom-central.xml index d5e4bee..2df886e 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -4,7 +4,7 @@ com.github.javadev underscore-kotlin jar - 1.2 + 1.3 kotlin port of Underscore.js The kotlin port of Underscore.js https://github.com/kotlindev/underscore-kotlin diff --git a/pom.xml b/pom.xml index a21eb10..3042d6a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.javadev underscore-kotlin jar - 1.2-SNAPSHOT + 1.3-SNAPSHOT kotlin port of Underscore.js The kotlin port of Underscore.js https://github.com/kotlindev/underscore-kotlin