diff --git a/README.md b/README.md
index e1d8cd0..ce11408 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
underscore-java17
=================
-[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore17.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore17/1.57)
+[![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)
[![MIT License](http://img.shields.io/badge/license-MIT-green.svg) ](https://github.com/javadev/underscore-java17/blob/main/LICENSE)
[![Java CI](https://github.com/javadev/underscore-java17/actions/workflows/maven.yml/badge.svg)](https://github.com/javadev/underscore-java17/actions/workflows/maven.yml)
[![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:
com.github.javadev
underscore17
- 1.57
+ 1.58
...
@@ -38,7 +38,7 @@ Include the following in your `pom.xml` for Maven:
Gradle:
```groovy
-implementation 'com.github.javadev:underscore17:1.57'
+implementation 'com.github.javadev:underscore17:1.58'
```
### Usage
diff --git a/pom-central17.xml b/pom-central17.xml
index 3ffe974..ff56328 100644
--- a/pom-central17.xml
+++ b/pom-central17.xml
@@ -4,7 +4,7 @@
com.github.javadev
underscore17
jar
- 1.57
+ 1.58
java 17 port of Underscore.js
The java 17 port of Underscore.js
https://github.com/javadev/underscore-java17
diff --git a/pom-central21.xml b/pom-central21.xml
index 3ac6ed1..fd97b2e 100644
--- a/pom-central21.xml
+++ b/pom-central21.xml
@@ -4,7 +4,7 @@
com.github.javadev
underscore21
jar
- 1.57
+ 1.58
java 21 port of Underscore.js
The java 21 port of Underscore.js
https://github.com/javadev/underscore-java17
diff --git a/pom.xml b/pom.xml
index eb5fb0f..7c38ba3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.github.javadev
underscore17
jar
- 1.57-SNAPSHOT
+ 1.58-SNAPSHOT
java 17 port of Underscore.js
The java 17 port of Underscore.js
https://github.com/javadev/underscore-java17