Skip to content

Commit 6b1629e

Browse files
authored
Version 1.110
1 parent 84897e6 commit 6b1629e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
underscore-java
44
===============
55

6-
[![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)
6+
[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore/1.110)
77
[![MIT License](http://img.shields.io/badge/license-MIT-green.svg)](https://github.com/javadev/underscore-java/blob/main/LICENSE)
88
[![Java CI](https://github.com/javadev/underscore-java/actions/workflows/maven.yml/badge.svg)](https://github.com/javadev/underscore-java/actions/workflows/maven.yml)
99
[![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:
4343
<dependency>
4444
<groupId>com.github.javadev</groupId>
4545
<artifactId>underscore</artifactId>
46-
<version>1.109</version>
46+
<version>1.110</version>
4747
</dependency>
4848
...
4949
</dependencies>
@@ -52,7 +52,7 @@ To configure your Maven project, add the following code to your pom.xml file:
5252
Gradle configuration:
5353

5454
```groovy
55-
implementation 'com.github.javadev:underscore:1.109'
55+
implementation 'com.github.javadev:underscore:1.110'
5656
```
5757

5858
### Usage

pom-central.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>underscore</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.109</version>
7+
<version>1.110</version>
88
<name>java port of Underscore.js</name>
99
<description>The java port of Underscore.js</description>
1010
<url>https://github.com/javadev/underscore-java</url>

pom-pack.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>underscore</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.109</version>
7+
<version>1.110</version>
88
<name>java port of Underscore.js</name>
99
<description>The java port of Underscore.js</description>
1010
<url>https://github.com/javadev/underscore-java</url>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>underscore</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.109-SNAPSHOT</version>
7+
<version>1.110-SNAPSHOT</version>
88
<name>java port of Underscore.js</name>
99
<description>The java port of Underscore.js</description>
1010
<url>https://github.com/javadev/underscore-java</url>

0 commit comments

Comments
 (0)