Skip to content

Commit

Permalink
Add version 1.83 description.
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Nov 1, 2022
1 parent 90b226c commit 8efc5ef
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 @@ -41,7 +41,7 @@ Include the following in your `pom.xml` for Maven:
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<version>1.82</version>
<version>1.83</version>
</dependency>
...
</dependencies>
Expand All @@ -50,7 +50,7 @@ Include the following in your `pom.xml` for Maven:
Gradle:

```groovy
implementation 'com.github.javadev:underscore:1.82'
implementation 'com.github.javadev:underscore:1.83'
```

### Usage
Expand Down
2 changes: 1 addition & 1 deletion pom-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<packaging>jar</packaging>
<version>1.82</version>
<version>1.83</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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<packaging>jar</packaging>
<version>1.82</version>
<version>1.83</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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>underscore</artifactId>
<packaging>jar</packaging>
<version>1.82-SNAPSHOT</version>
<version>1.83-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 8efc5ef

Please sign in to comment.