Skip to content

Commit

Permalink
Version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Jun 19, 2024
1 parent 4541542 commit 4adc340
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.6)
[![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.7)
[![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.6</version>
<version>1.7</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.6'
implementation 'com.github.javadev:underscore-kotlin:1.7'
```

### Usage
Expand Down
6 changes: 3 additions & 3 deletions 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.6</version>
<version>1.7</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 All @@ -27,7 +27,7 @@
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.9.24</kotlin.version>
<kotlin.version>2.0.0</kotlin.version>
</properties>
<ciManagement>
<system>GitHub Actions</system>
Expand Down Expand Up @@ -67,7 +67,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<executions>
<execution>
<id>prepare-agent</id>
Expand Down
4 changes: 2 additions & 2 deletions 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.6-SNAPSHOT</version>
<version>1.7-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 All @@ -27,7 +27,7 @@
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.9.24</kotlin.version>
<kotlin.version>2.0.0</kotlin.version>
</properties>
<ciManagement>
<system>GitHub Actions</system>
Expand Down

0 comments on commit 4adc340

Please sign in to comment.