Skip to content

Commit

Permalink
Prepare 0.8.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Deser committed Jun 7, 2021
1 parent 41603f1 commit 409dd63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add this to your `pom.xml`:
<dependency>
<groupId>com.github.vandeseer</groupId>
<artifactId>easytable</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.8.4</version>
</dependency>

Or checkout the repository and install it locally with maven (e.g. for the`develop` branch):
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github.vandeseer</groupId>
<artifactId>easytable</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.8.4</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 409dd63

Please sign in to comment.