Skip to content

Commit a3a042b

Browse files
authored
Update README.md
1 parent 4dbeef5 commit a3a042b

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
@@ -1,7 +1,7 @@
11
underscore-java
22
===============
33

4-
[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore/1.90)
4+
[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore/1.91)
55
[![MIT License](http://img.shields.io/badge/license-MIT-green.svg)](https://github.com/javadev/underscore-java/blob/main/LICENSE)
66
[![Java CI](https://github.com/javadev/underscore-java/actions/workflows/maven.yml/badge.svg)](https://github.com/javadev/underscore-java/actions/workflows/maven.yml)
77
[![CodeQL](https://github.com/javadev/underscore-java/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/javadev/underscore-java/actions/workflows/codeql-analysis.yml)
@@ -41,7 +41,7 @@ Include the following in your `pom.xml` for Maven:
4141
<dependency>
4242
<groupId>com.github.javadev</groupId>
4343
<artifactId>underscore</artifactId>
44-
<version>1.90</version>
44+
<version>1.91</version>
4545
</dependency>
4646
...
4747
</dependencies>
@@ -50,7 +50,7 @@ Include the following in your `pom.xml` for Maven:
5050
Gradle:
5151

5252
```groovy
53-
implementation 'com.github.javadev:underscore:1.90'
53+
implementation 'com.github.javadev:underscore:1.91'
5454
```
5555

5656
### Usage

0 commit comments

Comments
 (0)