Skip to content

Commit 694d6c1

Browse files
committed
Introduce version 1.5.
1 parent 9a59f4c commit 694d6c1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Include the following in your `pom.xml` for Maven:
2424
<dependency>
2525
<groupId>com.github.javadev</groupId>
2626
<artifactId>underscore11</artifactId>
27-
<version>1.4</version>
27+
<version>1.5</version>
2828
</dependency>
2929
...
3030
</dependencies>
@@ -33,7 +33,7 @@ Include the following in your `pom.xml` for Maven:
3333
Gradle:
3434

3535
```groovy
36-
compile 'com.github.javadev:underscore11:1.4'
36+
compile 'com.github.javadev:underscore11:1.5'
3737
```
3838

3939
Underscore-java is a java port of [Underscore.js](http://underscorejs.org/).

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>underscore11</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.4</version>
8+
<version>1.5</version>
99
<name>java 11 port of Underscore.js</name>
1010
<description>The java 11 port of Underscore.js</description>
1111
<url>https://github.com/javadev/underscore-java11</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>underscore11</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.4</version>
8+
<version>1.5</version>
99
<name>java 11 port of Underscore.js</name>
1010
<description>The java 11 port of Underscore.js</description>
1111
<url>https://github.com/javadev/underscore-java11</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>underscore11</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.4-SNAPSHOT</version>
8+
<version>1.5-SNAPSHOT</version>
99
<name>java 11 port of Underscore.js</name>
1010
<description>The java 11 port of Underscore.js</description>
1111
<url>https://github.com/javadev/underscore-java11</url>

0 commit comments

Comments
 (0)