Skip to content

Commit 7c1d043

Browse files
authored
Version 1.59
1 parent e9244c1 commit 7c1d043

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
underscore-java17
22
=================
33

4-
[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore17.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore17/1.58)
4+
[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore17.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore17/1.59)
55
[![MIT License](http://img.shields.io/badge/license-MIT-green.svg) ](https://github.com/javadev/underscore-java17/blob/main/LICENSE)
66
[![Java CI](https://github.com/javadev/underscore-java17/actions/workflows/maven.yml/badge.svg)](https://github.com/javadev/underscore-java17/actions/workflows/maven.yml)
77
[![CodeQL](https://github.com/javadev/underscore-java17/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/javadev/underscore-java17/actions/workflows/codeql-analysis.yml)
@@ -29,7 +29,7 @@ Include the following in your `pom.xml` for Maven:
2929
<dependency>
3030
<groupId>com.github.javadev</groupId>
3131
<artifactId>underscore17</artifactId>
32-
<version>1.58</version>
32+
<version>1.59</version>
3333
</dependency>
3434
...
3535
</dependencies>
@@ -38,7 +38,7 @@ Include the following in your `pom.xml` for Maven:
3838
Gradle:
3939

4040
```groovy
41-
implementation 'com.github.javadev:underscore17:1.58'
41+
implementation 'com.github.javadev:underscore17:1.59'
4242
```
4343

4444
### Usage

pom-central17.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>underscore17</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.58</version>
7+
<version>1.59</version>
88
<name>java 17 port of Underscore.js</name>
99
<description>The java 17 port of Underscore.js</description>
1010
<url>https://github.com/javadev/underscore-java17</url>

pom-central21.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>underscore21</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.58</version>
7+
<version>1.59</version>
88
<name>java 21 port of Underscore.js</name>
99
<description>The java 21 port of Underscore.js</description>
1010
<url>https://github.com/javadev/underscore-java17</url>

pom-pack17.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>underscore17</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.58</version>
7+
<version>1.59</version>
88
<name>java 17 port of Underscore.js</name>
99
<description>The java 17 port of Underscore.js</description>
1010
<url>https://github.com/javadev/underscore-java17</url>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>underscore17</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.58-SNAPSHOT</version>
7+
<version>1.59-SNAPSHOT</version>
88
<name>java 17 port of Underscore.js</name>
99
<description>The java 17 port of Underscore.js</description>
1010
<url>https://github.com/javadev/underscore-java17</url>

0 commit comments

Comments
 (0)