From 97d290795e06bbf13a4cb2a279b67a6f9fff75cd Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Sat, 21 Oct 2023 18:23:17 +0200 Subject: [PATCH] release 3.2.4 --- flatlaf-core/flatlaf-core-sigtest.txt | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flatlaf-core/flatlaf-core-sigtest.txt b/flatlaf-core/flatlaf-core-sigtest.txt index d2c310cda..08c69383f 100644 --- a/flatlaf-core/flatlaf-core-sigtest.txt +++ b/flatlaf-core/flatlaf-core-sigtest.txt @@ -1,5 +1,5 @@ #Signature file v4.1 -#Version 3.2.3 +#Version 3.2.4 CLSS public abstract interface com.formdev.flatlaf.FlatClientProperties fld public final static java.lang.String BUTTON_TYPE = "JButton.buttonType" diff --git a/gradle.properties b/gradle.properties index a1514e940..41729a0e0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ # limitations under the License. # -flatlaf.releaseVersion = 3.2.3 +flatlaf.releaseVersion = 3.2.4 flatlaf.developmentVersion = 3.3-SNAPSHOT org.gradle.parallel = true