Skip to content

Commit

Permalink
Released 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis committed Feb 12, 2019
1 parent ede584c commit 4aa00ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

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

**lang.Strings**
- Added new _split()_ methods
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.3.1</version>
<version>1.4.0</version>
</dependency>
```

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

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.0-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>jar</packaging>

<name>Javanilla</name>
Expand Down

0 comments on commit 4aa00ae

Please sign in to comment.