Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freva committed Aug 27, 2022
1 parent e5b29cd commit c466fae
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 @@ -9,12 +9,12 @@ Maven:
<dependency>
<groupId>com.github.freva</groupId>
<artifactId>ascii-table</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
```
Gradle:
```
compile 'com.github.freva:ascii-table:1.5.0'
compile 'com.github.freva:ascii-table:1.6.0'
```

## Basic case
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.freva</groupId>
<artifactId>ascii-table</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit c466fae

Please sign in to comment.