Skip to content

Commit 9fa2ca4

Browse files
committed
Add version 1.21 jar file and description.
1 parent d5a6d8d commit 9fa2ca4

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Include the following in your `pom.xml` for Maven:
3434
<dependency>
3535
<groupId>com.github.javadev</groupId>
3636
<artifactId>underscore</artifactId>
37-
<version>1.20</version>
37+
<version>1.21</version>
3838
</dependency>
3939
...
4040
</dependencies>
@@ -43,7 +43,7 @@ Include the following in your `pom.xml` for Maven:
4343
Gradle:
4444

4545
```groovy
46-
compile 'com.github.javadev:underscore:1.20'
46+
compile 'com.github.javadev:underscore:1.21'
4747
```
4848

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

lodash-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Include the following in your `pom.xml` for Maven:
1919
<dependency>
2020
<groupId>com.github.javadev</groupId>
2121
<artifactId>underscore-lodash</artifactId>
22-
<version>1.16</version>
22+
<version>1.17</version>
2323
</dependency>
2424
...
2525
</dependencies>
@@ -28,7 +28,7 @@ Include the following in your `pom.xml` for Maven:
2828
Gradle:
2929

3030
```groovy
31-
compile 'com.github.javadev:underscore-lodash:1.16'
31+
compile 'com.github.javadev:underscore-lodash:1.17'
3232
```
3333

3434
Underscore-lodash is a java port of [lodash.com](https://lodash.com/docs).
79.3 KB
Binary file not shown.
55.3 KB
Binary file not shown.
74.7 KB
Binary file not shown.

underscore-1.21.jar

69.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)