We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb59a0a commit 290aca8Copy full SHA for 290aca8
README.md
@@ -25,7 +25,7 @@ Include the following in your `pom.xml` for Maven:
25
<dependency>
26
<groupId>com.github.javadev</groupId>
27
<artifactId>underscore11</artifactId>
28
- <version>1.29</version>
+ <version>1.30</version>
29
</dependency>
30
...
31
</dependencies>
@@ -34,7 +34,7 @@ Include the following in your `pom.xml` for Maven:
34
Gradle:
35
36
```groovy
37
-implementation 'com.github.javadev:underscore11:1.29'
+implementation 'com.github.javadev:underscore11:1.30'
38
```
39
40
Underscore-java is a java port of [Underscore.js](http://underscorejs.org/).
0 commit comments