diff --git a/README.md b/README.md index 7e3db6a1..9d5c06f3 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.25 + 1.26 ... @@ -43,7 +43,7 @@ Include the following in your `pom.xml` for Maven: Gradle: ```groovy -compile 'com.github.javadev:underscore:1.25' +compile 'com.github.javadev:underscore:1.26' ``` 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 aaa5a710..194426a0 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.21 + 1.22 ... @@ -28,7 +28,7 @@ Include the following in your `pom.xml` for Maven: Gradle: ```groovy -compile 'com.github.javadev:underscore-lodash:1.21' +compile 'com.github.javadev:underscore-lodash:1.22' ``` Underscore-lodash is a java port of [lodash.com](https://lodash.com/docs). diff --git a/lodash-plugin/underscore-lodash-1.22.jar b/lodash-plugin/underscore-lodash-1.22.jar new file mode 100644 index 00000000..8dc2e627 Binary files /dev/null and b/lodash-plugin/underscore-lodash-1.22.jar differ diff --git a/math-plugin/underscore-math-1.22.jar b/math-plugin/underscore-math-1.22.jar new file mode 100644 index 00000000..1d6489a8 Binary files /dev/null and b/math-plugin/underscore-math-1.22.jar differ diff --git a/string-plugin/underscore-string-1.22.jar b/string-plugin/underscore-string-1.22.jar new file mode 100644 index 00000000..e6b666c7 Binary files /dev/null and b/string-plugin/underscore-string-1.22.jar differ diff --git a/underscore-1.26.jar b/underscore-1.26.jar new file mode 100644 index 00000000..4902e192 Binary files /dev/null and b/underscore-1.26.jar differ