Skip to content

Commit 830ef70

Browse files
committed
Add version 1.28 jar file and description.
1 parent 20e18f1 commit 830ef70

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
@@ -33,7 +33,7 @@ Include the following in your `pom.xml` for Maven:
3333
<dependency>
3434
<groupId>com.github.javadev</groupId>
3535
<artifactId>underscore</artifactId>
36-
<version>1.27</version>
36+
<version>1.28</version>
3737
</dependency>
3838
...
3939
</dependencies>
@@ -42,7 +42,7 @@ Include the following in your `pom.xml` for Maven:
4242
Gradle:
4343

4444
```groovy
45-
compile 'com.github.javadev:underscore:1.27'
45+
compile 'com.github.javadev:underscore:1.28'
4646
```
4747

4848
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.23</version>
22+
<version>1.24</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.23'
31+
compile 'com.github.javadev:underscore-lodash:1.24'
3232
```
3333

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

math-plugin/underscore-math-1.24.jar

60.1 KB
Binary file not shown.
77.9 KB
Binary file not shown.

underscore-1.28.jar

74.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)