Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abego committed Apr 8, 2021
1 parent ef11725 commit 2273f7f
Show file tree
Hide file tree
Showing 2 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 @@ -7,15 +7,15 @@ GUI development with Java Swing technology.

## Download

__Download:__ https://github.com/abego/abego-commons-swing/releases/tag/v0.10.0
__Download:__ https://github.com/abego/abego-commons-swing/releases/tag/v0.11.0

__Maven:__

```
<dependency>
<groupId>org.abego.commons</groupId>
<artifactId>abego-commons-swing</artifactId>
<version>0.10.0</version>
<version>0.11.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>org.abego.commons</groupId>
<artifactId>abego-commons-swing</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>

<name>abego Commons Swing</name>
<description>Simplified Java Swing development with abego Commons Swing</description>
Expand Down Expand Up @@ -287,4 +287,4 @@
</pluginManagement>

</build>
</project>
</project>

0 comments on commit 2273f7f

Please sign in to comment.