Skip to content

Commit

Permalink
Add version 1.23 jar file and description.
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Feb 2, 2017
1 parent dea1342 commit 439b379
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.22</version>
<version>1.23</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.22'
compile 'com.github.javadev:underscore:1.23'
```

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.18</version>
<version>1.19</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.18'
compile 'com.github.javadev:underscore-lodash:1.19'
```

Underscore-lodash is a java port of [lodash.com](https://lodash.com/docs).
Expand Down
Binary file added lodash-plugin/underscore-lodash-1.19.jar
Binary file not shown.
Binary file added math-plugin/underscore-math-1.19.jar
Binary file not shown.
Binary file added string-plugin/underscore-string-1.19.jar
Binary file not shown.
Binary file added underscore-1.23.jar
Binary file not shown.

0 comments on commit 439b379

Please sign in to comment.