Skip to content

Commit 6d2078e

Browse files
committed
Add version 1.36 description.
1 parent d17b6cb commit 6d2078e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Include the following in your `pom.xml` for Maven:
3535
<dependency>
3636
<groupId>com.github.javadev</groupId>
3737
<artifactId>underscore</artifactId>
38-
<version>1.35</version>
38+
<version>1.36</version>
3939
</dependency>
4040
...
4141
</dependencies>
@@ -44,7 +44,7 @@ Include the following in your `pom.xml` for Maven:
4444
Gradle:
4545

4646
```groovy
47-
compile 'com.github.javadev:underscore:1.35'
47+
compile 'com.github.javadev:underscore:1.36'
4848
```
4949

5050
### 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.35</version>
21+
<version>1.36</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.35'
30+
compile 'com.github.javadev:underscore:1.36'
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.35</version>
8+
<version>1.36</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.35-SNAPSHOT</version>
8+
<version>1.36-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)