Skip to content

Commit 1afc4be

Browse files
committed
Introduce version 1.29.
1 parent fc58625 commit 1afc4be

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
@@ -26,7 +26,7 @@ Include the following in your `pom.xml` for Maven:
2626
<dependency>
2727
<groupId>com.github.javadev</groupId>
2828
<artifactId>underscore11</artifactId>
29-
<version>1.28</version>
29+
<version>1.29</version>
3030
</dependency>
3131
...
3232
</dependencies>
@@ -35,7 +35,7 @@ Include the following in your `pom.xml` for Maven:
3535
Gradle:
3636

3737
```groovy
38-
implementation 'com.github.javadev:underscore11:1.28'
38+
implementation 'com.github.javadev:underscore11:1.29'
3939
```
4040

4141
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
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>underscore11</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.28</version>
7+
<version>1.29</version>
88
<name>java 11 port of Underscore.js</name>
99
<description>The java 11 port of Underscore.js</description>
1010
<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
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>underscore11</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.28</version>
7+
<version>1.29</version>
88
<name>java 11 port of Underscore.js</name>
99
<description>The java 11 port of Underscore.js</description>
1010
<url>https://github.com/javadev/underscore-java11</url>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>underscore11</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.28-SNAPSHOT</version>
7+
<version>1.29-SNAPSHOT</version>
88
<name>java 11 port of Underscore.js</name>
99
<description>The java 11 port of Underscore.js</description>
1010
<url>https://github.com/javadev/underscore-java11</url>

0 commit comments

Comments
 (0)