diff --git a/README.md b/README.md index 1ed26344..7e3db6a1 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Include the following in your `pom.xml` for Maven: com.github.javadev underscore - 1.24 + 1.25 ... @@ -43,7 +43,7 @@ Include the following in your `pom.xml` for Maven: Gradle: ```groovy -compile 'com.github.javadev:underscore:1.24' +compile 'com.github.javadev:underscore:1.25' ``` Underscore-java is a java port of [Underscore.js](http://underscorejs.org/). diff --git a/lodash-plugin/README.md b/lodash-plugin/README.md index dcf64c28..aaa5a710 100644 --- a/lodash-plugin/README.md +++ b/lodash-plugin/README.md @@ -19,7 +19,7 @@ Include the following in your `pom.xml` for Maven: com.github.javadev underscore-lodash - 1.20 + 1.21 ... @@ -28,7 +28,7 @@ Include the following in your `pom.xml` for Maven: Gradle: ```groovy -compile 'com.github.javadev:underscore-lodash:1.20' +compile 'com.github.javadev:underscore-lodash:1.21' ``` Underscore-lodash is a java port of [lodash.com](https://lodash.com/docs). diff --git a/lodash-plugin/underscore-lodash-1.21.jar b/lodash-plugin/underscore-lodash-1.21.jar new file mode 100644 index 00000000..409c288d Binary files /dev/null and b/lodash-plugin/underscore-lodash-1.21.jar differ diff --git a/math-plugin/underscore-math-1.21.jar b/math-plugin/underscore-math-1.21.jar new file mode 100644 index 00000000..c1ffcd1d Binary files /dev/null and b/math-plugin/underscore-math-1.21.jar differ diff --git a/string-plugin/underscore-string-1.21.jar b/string-plugin/underscore-string-1.21.jar new file mode 100644 index 00000000..35e0faf6 Binary files /dev/null and b/string-plugin/underscore-string-1.21.jar differ diff --git a/underscore-1.25.jar b/underscore-1.25.jar new file mode 100644 index 00000000..1886d4c7 Binary files /dev/null and b/underscore-1.25.jar differ