Skip to content

Commit

Permalink
Add version 1.38 description.
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Nov 1, 2018
1 parent 3640cd6 commit e3c4364
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -38,7 +38,7 @@ Include the following in your `pom.xml` for Maven:
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.37</version>
<version>1.38</version>
</dependency>
...
</dependencies>
Expand All @@ -47,7 +47,7 @@ Include the following in your `pom.xml` for Maven:
Gradle:

```groovy
compile 'com.github.javadev:underscore:1.37'
compile 'com.github.javadev:underscore:1.38'
```

### Usage
Expand Down
4 changes: 2 additions & 2 deletions lodash-plugin/README.md
Expand Up @@ -18,7 +18,7 @@ Include the following in your `pom.xml` for Maven:
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.37</version>
<version>1.38</version>
</dependency>
...
</dependencies>
Expand All @@ -27,7 +27,7 @@ Include the following in your `pom.xml` for Maven:
Gradle:

```groovy
compile 'com.github.javadev:underscore:1.37'
compile 'com.github.javadev:underscore:1.38'
```

Underscore-lodash is a java port of [lodash.com](https://lodash.com/docs).
Expand Down
2 changes: 1 addition & 1 deletion pom-central.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<packaging>jar</packaging>
<version>1.37</version>
<version>1.38</version>
<name>java port of Underscore.js</name>
<description>The java port of Underscore.js</description>
<url>https://github.com/javadev/underscore-java</url>
Expand Down
2 changes: 1 addition & 1 deletion pom-pack.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<packaging>jar</packaging>
<version>1.37</version>
<version>1.38</version>
<name>java port of Underscore.js</name>
<description>The java port of Underscore.js</description>
<url>https://github.com/javadev/underscore-java</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<packaging>jar</packaging>
<version>1.37-SNAPSHOT</version>
<version>1.38-SNAPSHOT</version>
<name>java port of Underscore.js</name>
<description>The java port of Underscore.js</description>
<url>https://github.com/javadev/underscore-java</url>
Expand Down

0 comments on commit e3c4364

Please sign in to comment.