Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abego committed Aug 30, 2021
1 parent 81c986b commit 8a76f2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ add the following to the <dependencies> element in your pom.xml file.
<dependency>
<groupId>org.abego.guitesting</groupId>
<artifactId>abego-guitesting-swing</artifactId>
<version>0.13.0</version>
<version>0.14.0</version>
</dependency>
```


__Download:__ https://github.com/abego/guitesting-swing/releases/tag/v0.13.0
__Download:__ https://github.com/abego/guitesting-swing/releases/tag/v0.14.0

## Development

Expand Down
2 changes: 1 addition & 1 deletion abego-guitesting-swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.abego.guitesting</groupId>
<artifactId>abego-guitesting</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0</version>
</parent>

<artifactId>abego-guitesting-swing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>org.abego.guitesting</groupId>
<artifactId>abego-guitesting</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0</version>
<packaging>pom</packaging>

<name>abego GuiTesting (Parent)</name>
Expand Down

0 comments on commit 8a76f2f

Please sign in to comment.