File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Include the following in your `pom.xml` for Maven:
25
25
<dependency>
26
26
<groupId>com.github.javadev</groupId>
27
27
<artifactId>underscore11</artifactId>
28
- <version>1.31 </version>
28
+ <version>1.32 </version>
29
29
</dependency>
30
30
...
31
31
</dependencies>
@@ -34,7 +34,7 @@ Include the following in your `pom.xml` for Maven:
34
34
Gradle:
35
35
36
36
``` groovy
37
- implementation 'com.github.javadev:underscore11:1.31 '
37
+ implementation 'com.github.javadev:underscore11:1.32 '
38
38
```
39
39
40
40
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.31 </version >
7
+ <version >1.32 </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 >underscore17</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.31 </version >
7
+ <version >1.32 </version >
8
8
<name >java 17 port of Underscore.js</name >
9
9
<description >The java 17 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.31 </version >
7
+ <version >1.32 </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 >underscore17</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.31 </version >
7
+ <version >1.32 </version >
8
8
<name >java 17 port of Underscore.js</name >
9
9
<description >The java 17 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.31 -SNAPSHOT</version >
7
+ <version >1.32 -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