Skip to content

Commit

Permalink
Introduce version 1.22.
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Apr 1, 2021
1 parent 8b952f7 commit 13b144c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Include the following in your `pom.xml` for Maven:
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore11</artifactId>
<version>1.21</version>
<version>1.22</version>
</dependency>
...
</dependencies>
Expand All @@ -34,7 +34,7 @@ Include the following in your `pom.xml` for Maven:
Gradle:

```groovy
compile 'com.github.javadev:underscore11:1.21'
compile 'com.github.javadev:underscore11:1.22'
```

Underscore-java is a java port of [Underscore.js](http://underscorejs.org/).
Expand Down
2 changes: 1 addition & 1 deletion pom-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore11</artifactId>
<packaging>jar</packaging>
<version>1.21</version>
<version>1.22</version>
<name>java 11 port of Underscore.js</name>
<description>The java 11 port of Underscore.js</description>
<url>https://github.com/javadev/underscore-java11</url>
Expand Down
2 changes: 1 addition & 1 deletion pom-pack.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore11</artifactId>
<packaging>jar</packaging>
<version>1.21</version>
<version>1.22</version>
<name>java 11 port of Underscore.js</name>
<description>The java 11 port of Underscore.js</description>
<url>https://github.com/javadev/underscore-java11</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore11</artifactId>
<packaging>jar</packaging>
<version>1.21-SNAPSHOT</version>
<version>1.22-SNAPSHOT</version>
<name>java 11 port of Underscore.js</name>
<description>The java 11 port of Underscore.js</description>
<url>https://github.com/javadev/underscore-java11</url>
Expand Down

0 comments on commit 13b144c

Please sign in to comment.