Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freva committed May 16, 2021
1 parent 8704f89 commit d3a360c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.iml

.idea/*
target/

# Mobile Tools for Java (J2ME)
.mtj.tmp/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Maven:
<dependency>
<groupId>com.github.freva</groupId>
<artifactId>ascii-table</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```
Gradle:
Expand Down
3 changes: 2 additions & 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.1.0</version>
<version>1.2.0</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -80,6 +80,7 @@
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
<show>public</show>
<source>8</source>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit d3a360c

Please sign in to comment.