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 @@ -42,7 +42,7 @@ Include the following in your `pom.xml` for Maven:
4242 <dependency>
4343 <groupId>com.github.javadev</groupId>
4444 <artifactId>underscore</artifactId>
45- <version>1.49 </version>
45+ <version>1.50 </version>
4646 </dependency>
4747 ...
4848</dependencies>
@@ -51,7 +51,7 @@ Include the following in your `pom.xml` for Maven:
5151Gradle:
5252
5353``` groovy
54- compile 'com.github.javadev:underscore:1.49 '
54+ compile 'com.github.javadev:underscore:1.50 '
5555```
5656
5757### Usage
Original file line number Diff line number Diff line change 55 <groupId >com.github.javadev</groupId >
66 <artifactId >underscore</artifactId >
77 <packaging >jar</packaging >
8- <version >1.49 </version >
8+ <version >1.50 </version >
99 <name >java port of Underscore.js</name >
1010 <description >The java port of Underscore.js</description >
1111 <url >https://github.com/javadev/underscore-java</url >
Original file line number Diff line number Diff line change 55 <groupId >com.github.javadev</groupId >
66 <artifactId >underscore</artifactId >
77 <packaging >jar</packaging >
8- <version >1.49 </version >
8+ <version >1.50 </version >
99 <name >java port of Underscore.js</name >
1010 <description >The java port of Underscore.js</description >
1111 <url >https://github.com/javadev/underscore-java</url >
Original file line number Diff line number Diff line change 55 <groupId >com.github.javadev</groupId >
66 <artifactId >underscore</artifactId >
77 <packaging >jar</packaging >
8- <version >1.49 -SNAPSHOT</version >
8+ <version >1.50 -SNAPSHOT</version >
99 <name >java port of Underscore.js</name >
1010 <description >The java port of Underscore.js</description >
1111 <url >https://github.com/javadev/underscore-java</url >
You can’t perform that action at this time.
0 commit comments