Skip to content

Commit 148c982

Browse files
committed
Add version 1.37 description.
1 parent fecfd8d commit 148c982

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Include the following in your `pom.xml` for Maven:
3838
<dependency>
3939
<groupId>com.github.javadev</groupId>
4040
<artifactId>underscore</artifactId>
41-
<version>1.36</version>
41+
<version>1.37</version>
4242
</dependency>
4343
...
4444
</dependencies>
@@ -47,7 +47,7 @@ Include the following in your `pom.xml` for Maven:
4747
Gradle:
4848

4949
```groovy
50-
compile 'com.github.javadev:underscore:1.36'
50+
compile 'com.github.javadev:underscore:1.37'
5151
```
5252

5353
### Usage

lodash-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Include the following in your `pom.xml` for Maven:
1818
<dependency>
1919
<groupId>com.github.javadev</groupId>
2020
<artifactId>underscore</artifactId>
21-
<version>1.36</version>
21+
<version>1.37</version>
2222
</dependency>
2323
...
2424
</dependencies>
@@ -27,7 +27,7 @@ Include the following in your `pom.xml` for Maven:
2727
Gradle:
2828

2929
```groovy
30-
compile 'com.github.javadev:underscore:1.36'
30+
compile 'com.github.javadev:underscore:1.37'
3131
```
3232

3333
Underscore-lodash is a java port of [lodash.com](https://lodash.com/docs).

pom-central.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.javadev</groupId>
66
<artifactId>underscore</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.36</version>
8+
<version>1.37</version>
99
<name>java port of Underscore.js</name>
1010
<description>The java port of Underscore.js</description>
1111
<url>https://github.com/javadev/underscore-java</url>

pom-pack.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.javadev</groupId>
66
<artifactId>underscore</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.36</version>
8+
<version>1.37</version>
99
<name>java port of Underscore.js</name>
1010
<description>The java port of Underscore.js</description>
1111
<url>https://github.com/javadev/underscore-java</url>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.javadev</groupId>
66
<artifactId>underscore</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.36-SNAPSHOT</version>
8+
<version>1.37-SNAPSHOT</version>
99
<name>java port of Underscore.js</name>
1010
<description>The java port of Underscore.js</description>
1111
<url>https://github.com/javadev/underscore-java</url>

0 commit comments

Comments
 (0)