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 @@ -40,7 +40,7 @@ Include the following in your `pom.xml` for Maven:
40
40
<dependency>
41
41
<groupId>com.github.javadev</groupId>
42
42
<artifactId>underscore</artifactId>
43
- <version>1.46 </version>
43
+ <version>1.47 </version>
44
44
</dependency>
45
45
...
46
46
</dependencies>
@@ -49,7 +49,7 @@ Include the following in your `pom.xml` for Maven:
49
49
Gradle:
50
50
51
51
``` groovy
52
- compile 'com.github.javadev:underscore:1.46 '
52
+ compile 'com.github.javadev:underscore:1.47 '
53
53
```
54
54
55
55
### Usage
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.46 </version >
8
+ <version >1.47 </version >
9
9
<name >java port of Underscore.js</name >
10
10
<description >The java port of Underscore.js</description >
11
11
<url >https://github.com/javadev/underscore-java</url >
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.46 </version >
8
+ <version >1.47 </version >
9
9
<name >java port of Underscore.js</name >
10
10
<description >The java port of Underscore.js</description >
11
11
<url >https://github.com/javadev/underscore-java</url >
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.46 -SNAPSHOT</version >
8
+ <version >1.47 -SNAPSHOT</version >
9
9
<name >java port of Underscore.js</name >
10
10
<description >The java port of Underscore.js</description >
11
11
<url >https://github.com/javadev/underscore-java</url >
You can’t perform that action at this time.
0 commit comments