diff --git a/README.md b/README.md
index fcb89178..5fbdf369 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
underscore-java
===============
-[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore/1.99)
+[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore/1.100)
[![MIT License](http://img.shields.io/badge/license-MIT-green.svg)](https://github.com/javadev/underscore-java/blob/main/LICENSE)
[![Java CI](https://github.com/javadev/underscore-java/actions/workflows/maven.yml/badge.svg)](https://github.com/javadev/underscore-java/actions/workflows/maven.yml)
[![CodeQL](https://github.com/javadev/underscore-java/actions/workflows/codeql.yml/badge.svg)](https://github.com/javadev/underscore-java/actions/workflows/codeql.yml)
@@ -40,7 +40,7 @@ To configure your Maven project, add the following code to your pom.xml file:
com.github.javadev
underscore
- 1.99
+ 1.100
...
@@ -49,7 +49,7 @@ To configure your Maven project, add the following code to your pom.xml file:
Gradle configuration:
```groovy
-implementation 'com.github.javadev:underscore:1.99'
+implementation 'com.github.javadev:underscore:1.100'
```
### Usage
diff --git a/pom-central.xml b/pom-central.xml
index 8353d844..c5dcd5f6 100644
--- a/pom-central.xml
+++ b/pom-central.xml
@@ -4,7 +4,7 @@
com.github.javadev
underscore
jar
- 1.99
+ 1.100
java port of Underscore.js
The java port of Underscore.js
https://github.com/javadev/underscore-java
diff --git a/pom-pack.xml b/pom-pack.xml
index f87c71b2..913d2aef 100644
--- a/pom-pack.xml
+++ b/pom-pack.xml
@@ -4,7 +4,7 @@
com.github.javadev
underscore
jar
- 1.99
+ 1.100
java port of Underscore.js
The java port of Underscore.js
https://github.com/javadev/underscore-java
diff --git a/pom.xml b/pom.xml
index 7c96f8b5..dda04e4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.github.javadev
underscore
jar
- 1.99-SNAPSHOT
+ 1.100-SNAPSHOT
java port of Underscore.js
The java port of Underscore.js
https://github.com/javadev/underscore-java