Skip to content

Commit

Permalink
Update version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dheid committed Jul 15, 2024
1 parent 0187f7a commit 1b6fd9d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,13 @@ https://www.gnu.org/licenses/lgpl-3.0.en.html

## :loudspeaker: Release Notes

### 3.1.0

Includes a check box to show only monospaced fonts

### 3.0.0

This version needs at least Java 11 to run. Updated a
This version needs at least Java 11 to run.

### 3.0.1

Expand Down
2 changes: 1 addition & 1 deletion lafs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>org.drjekyll</groupId>
<artifactId>fontchooser</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.weisj</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.drjekyll</groupId>
<artifactId>fontchooser</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<description>A Java Swing Component to choose a font according to the list of available font families, styles and sizes.</description>
<developers>
<developer>
Expand Down

0 comments on commit 1b6fd9d

Please sign in to comment.