Skip to content

Commit 39abdfd

Browse files
authored
Update README.md
1 parent c7334ea commit 39abdfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Include the following in your `pom.xml` for Maven:
3939
<dependency>
4040
<groupId>com.github.javadev</groupId>
4141
<artifactId>underscore</artifactId>
42-
<version>1.72</version>
42+
<version>1.73</version>
4343
</dependency>
4444
...
4545
</dependencies>
@@ -48,7 +48,7 @@ Include the following in your `pom.xml` for Maven:
4848
Gradle:
4949

5050
```groovy
51-
implementation 'com.github.javadev:underscore:1.72'
51+
implementation 'com.github.javadev:underscore:1.73'
5252
```
5353

5454
### Usage

0 commit comments

Comments
 (0)