diff --git a/README.md b/README.md index 5652534..125ca6a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lafs/pom.xml b/lafs/pom.xml index dc6335b..f3769c5 100644 --- a/lafs/pom.xml +++ b/lafs/pom.xml @@ -19,7 +19,7 @@ org.drjekyll fontchooser - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT com.github.weisj diff --git a/pom.xml b/pom.xml index 16ea08b..508da89 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.drjekyll fontchooser - 3.0.1-SNAPSHOT + 3.1.0-SNAPSHOT A Java Swing Component to choose a font according to the list of available font families, styles and sizes.