Skip to content

Commit

Permalink
Add version 1.25 jar file and description.
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed May 1, 2017
1 parent 986b5a0 commit c82572d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -34,7 +34,7 @@ Include the following in your `pom.xml` for Maven:
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.24</version>
<version>1.25</version>
</dependency>
...
</dependencies>
Expand All @@ -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/).
Expand Down
4 changes: 2 additions & 2 deletions lodash-plugin/README.md
Expand Up @@ -19,7 +19,7 @@ Include the following in your `pom.xml` for Maven:
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore-lodash</artifactId>
<version>1.20</version>
<version>1.21</version>
</dependency>
...
</dependencies>
Expand All @@ -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).
Expand Down
Binary file added lodash-plugin/underscore-lodash-1.21.jar
Binary file not shown.
Binary file added math-plugin/underscore-math-1.21.jar
Binary file not shown.
Binary file added string-plugin/underscore-string-1.21.jar
Binary file not shown.
Binary file added underscore-1.25.jar
Binary file not shown.

0 comments on commit c82572d

Please sign in to comment.