Skip to content

Commit 2ef24ec

Browse files
committed
Add version 1.30 jar file and description.
1 parent 65c90af commit 2ef24ec

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.29</version>
37+
<version>1.30</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.29'
46+
compile 'com.github.javadev:underscore:1.30'
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.25</version>
22+
<version>1.26</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.25'
31+
compile 'com.github.javadev:underscore-lodash:1.26'
3232
```
3333

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

math-plugin/underscore-math-1.26.jar

63 KB
Binary file not shown.
78.8 KB
Binary file not shown.

underscore-1.30.jar

74.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)