Skip to content

Commit 5b7feb8

Browse files
authored
Version 1.115
1 parent 184bcc6 commit 5b7feb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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.114)
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.115)
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)
@@ -44,7 +44,7 @@ To configure your Maven project, add the following code to your pom.xml file:
4444
<dependency>
4545
<groupId>com.github.javadev</groupId>
4646
<artifactId>underscore</artifactId>
47-
<version>1.114</version>
47+
<version>1.115</version>
4848
</dependency>
4949
...
5050
</dependencies>
@@ -53,7 +53,7 @@ To configure your Maven project, add the following code to your pom.xml file:
5353
Gradle configuration:
5454

5555
```groovy
56-
implementation 'com.github.javadev:underscore:1.114'
56+
implementation 'com.github.javadev:underscore:1.115'
5757
```
5858

5959
### Usage

0 commit comments

Comments
 (0)