Skip to content

Commit

Permalink
Released 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Jehan committed Dec 6, 2019
1 parent a4ef600 commit 5f1ed61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.1</version>
<version>1.4.2</version>
</dependency>
```

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

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.2-SNAPSHOT</version>
<version>1.4.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Javanilla</name>
Expand Down

0 comments on commit 5f1ed61

Please sign in to comment.