Skip to content

Commit 290aca8

Browse files
authored
Update README.md
1 parent fb59a0a commit 290aca8

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
@@ -25,7 +25,7 @@ Include the following in your `pom.xml` for Maven:
2525
<dependency>
2626
<groupId>com.github.javadev</groupId>
2727
<artifactId>underscore11</artifactId>
28-
<version>1.29</version>
28+
<version>1.30</version>
2929
</dependency>
3030
...
3131
</dependencies>
@@ -34,7 +34,7 @@ Include the following in your `pom.xml` for Maven:
3434
Gradle:
3535

3636
```groovy
37-
implementation 'com.github.javadev:underscore11:1.29'
37+
implementation 'com.github.javadev:underscore11:1.30'
3838
```
3939

4040
Underscore-java is a java port of [Underscore.js](http://underscorejs.org/).

0 commit comments

Comments
 (0)