File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Include the following in your `pom.xml` for Maven:
26
26
<dependency>
27
27
<groupId>com.github.javadev</groupId>
28
28
<artifactId>underscore11</artifactId>
29
- <version>1.28 </version>
29
+ <version>1.29 </version>
30
30
</dependency>
31
31
...
32
32
</dependencies>
@@ -35,7 +35,7 @@ Include the following in your `pom.xml` for Maven:
35
35
Gradle:
36
36
37
37
``` groovy
38
- implementation 'com.github.javadev:underscore11:1.28 '
38
+ implementation 'com.github.javadev:underscore11:1.29 '
39
39
```
40
40
41
41
Underscore-java is a java port of [ Underscore.js] ( http://underscorejs.org/ ) .
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >underscore11</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.28 </version >
7
+ <version >1.29 </version >
8
8
<name >java 11 port of Underscore.js</name >
9
9
<description >The java 11 port of Underscore.js</description >
10
10
<url >https://github.com/javadev/underscore-java11</url >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >underscore11</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.28 </version >
7
+ <version >1.29 </version >
8
8
<name >java 11 port of Underscore.js</name >
9
9
<description >The java 11 port of Underscore.js</description >
10
10
<url >https://github.com/javadev/underscore-java11</url >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >underscore11</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.28 -SNAPSHOT</version >
7
+ <version >1.29 -SNAPSHOT</version >
8
8
<name >java 11 port of Underscore.js</name >
9
9
<description >The java 11 port of Underscore.js</description >
10
10
<url >https://github.com/javadev/underscore-java11</url >
You can’t perform that action at this time.
0 commit comments