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 @@ -23,7 +23,7 @@ Include the following in your `pom.xml` for Maven:
23
23
<dependency>
24
24
<groupId>com.github.javadev</groupId>
25
25
<artifactId>underscore11</artifactId>
26
- <version>1.2 </version>
26
+ <version>1.3 </version>
27
27
</dependency>
28
28
...
29
29
</dependencies>
@@ -32,7 +32,7 @@ Include the following in your `pom.xml` for Maven:
32
32
Gradle:
33
33
34
34
``` groovy
35
- compile 'com.github.javadev:underscore11:1.2 '
35
+ compile 'com.github.javadev:underscore11:1.3 '
36
36
```
37
37
38
38
Underscore-java is a java port of [ Underscore.js] ( http://underscorejs.org/ ) .
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore11</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.2 </version >
8
+ <version >1.3 </version >
9
9
<name >java 11 port of Underscore.js</name >
10
10
<description >The java 11 port of Underscore.js</description >
11
11
<url >https://github.com/javadev/underscore-java11</url >
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore11</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.2 </version >
8
+ <version >1.3 </version >
9
9
<name >java 11 port of Underscore.js</name >
10
10
<description >The java 11 port of Underscore.js</description >
11
11
<url >https://github.com/javadev/underscore-java11</url >
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore11</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.2 -SNAPSHOT</version >
8
+ <version >1.3 -SNAPSHOT</version >
9
9
<name >java 11 port of Underscore.js</name >
10
10
<description >The java 11 port of Underscore.js</description >
11
11
<url >https://github.com/javadev/underscore-java11</url >
You can’t perform that action at this time.
0 commit comments