Skip to content

Commit

Permalink
Released 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis committed Apr 19, 2019
1 parent ecc448c commit ceb3a8f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.4.2 _(in progress)_


## 1.4.1 _(2019-04-19)_

**util.collection.Sets**
- Fixed _union()_ and _intersect()_ methods


## 1.4.0 _(2019-02-12)_

**lang.Strings**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ To include and use Javanilla, you need to add the following dependency into your
<dependency>
<groupId>com.github.alexisjehan</groupId>
<artifactId>javanilla</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Or if you are using _Gradle_:
```xml
dependencies {
compile "com.github.alexisjehan:javanilla:1.4.0"
compile "com.github.alexisjehan:javanilla:1.4.1"
}
```

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.alexisjehan</groupId>
<artifactId>javanilla</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Javanilla</name>
Expand Down

0 comments on commit ceb3a8f

Please sign in to comment.