Skip to content

Commit c22bf4a

Browse files
committed
Add version 1.46 description.
1 parent 876e3e1 commit c22bf4a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Include the following in your `pom.xml` for Maven:
3939
<dependency>
4040
<groupId>com.github.javadev</groupId>
4141
<artifactId>underscore</artifactId>
42-
<version>1.45</version>
42+
<version>1.46</version>
4343
</dependency>
4444
...
4545
</dependencies>
@@ -48,7 +48,7 @@ Include the following in your `pom.xml` for Maven:
4848
Gradle:
4949

5050
```groovy
51-
compile 'com.github.javadev:underscore:1.45'
51+
compile 'com.github.javadev:underscore:1.46'
5252
```
5353

5454
### Usage

pom-central.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.javadev</groupId>
66
<artifactId>underscore</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.45</version>
8+
<version>1.46</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>

pom-pack.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.javadev</groupId>
66
<artifactId>underscore</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.45</version>
8+
<version>1.46</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>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.javadev</groupId>
66
<artifactId>underscore</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.45-SNAPSHOT</version>
8+
<version>1.46-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>

0 commit comments

Comments
 (0)