Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Deser committed Dec 12, 2023
1 parent 67a69f1 commit 7b6653b
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 @@ -33,7 +33,7 @@ Add this to your `pom.xml`:
<dependency>
<groupId>com.github.vandeseer</groupId>
<artifactId>easytable</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</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>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 7b6653b

Please sign in to comment.