Skip to content

Commit

Permalink
Version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Dec 26, 2023
1 parent a545946 commit 7c46bf9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -19,7 +19,7 @@ To configure your Maven project, add the following code to your pom.xml file:
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore-kotlin</artifactId>
<version>1.2</version>
<version>1.3</version>
</dependency>
...
</dependencies>
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore-kotlin</artifactId>
<packaging>jar</packaging>
<version>1.2</version>
<version>1.3</version>
<name>kotlin port of Underscore.js</name>
<description>The kotlin port of Underscore.js</description>
<url>https://github.com/kotlindev/underscore-kotlin</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore-kotlin</artifactId>
<packaging>jar</packaging>
<version>1.2-SNAPSHOT</version>
<version>1.3-SNAPSHOT</version>
<name>kotlin port of Underscore.js</name>
<description>The kotlin port of Underscore.js</description>
<url>https://github.com/kotlindev/underscore-kotlin</url>
Expand Down

0 comments on commit 7c46bf9

Please sign in to comment.