Skip to content

Commit

Permalink
Version 1.109
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Dec 11, 2024
1 parent 85b7bcc commit f6c121b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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.108)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/underscore.svg)](https://central.sonatype.com/artifact/com.github.javadev/underscore/1.109)
[![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)
Expand Down Expand Up @@ -43,7 +43,7 @@ To configure your Maven project, add the following code to your pom.xml file:
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.108</version>
<version>1.109</version>
</dependency>
...
</dependencies>
Expand All @@ -52,7 +52,7 @@ To configure your Maven project, add the following code to your pom.xml file:
Gradle configuration:

```groovy
implementation 'com.github.javadev:underscore:1.108'
implementation 'com.github.javadev:underscore:1.109'
```

### Usage
Expand Down

0 comments on commit f6c121b

Please sign in to comment.