Skip to content

Commit 8114976

Browse files
committed
Add version 1.48 description.
1 parent d4b1f7d commit 8114976

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
@@ -41,7 +41,7 @@ Include the following in your `pom.xml` for Maven:
4141
<dependency>
4242
<groupId>com.github.javadev</groupId>
4343
<artifactId>underscore</artifactId>
44-
<version>1.47</version>
44+
<version>1.48</version>
4545
</dependency>
4646
...
4747
</dependencies>
@@ -50,7 +50,7 @@ Include the following in your `pom.xml` for Maven:
5050
Gradle:
5151

5252
```groovy
53-
compile 'com.github.javadev:underscore:1.47'
53+
compile 'com.github.javadev:underscore:1.48'
5454
```
5555

5656
### 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.47</version>
8+
<version>1.48</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.47</version>
8+
<version>1.48</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.47-SNAPSHOT</version>
8+
<version>1.48-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)