From 13a418f74efd367169061eb7bb262dd4f720a048 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Sat, 21 Oct 2023 17:11:32 +0200 Subject: [PATCH] release 3.2.3 --- 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 45e73d4cb..d2c310cda 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.2 +#Version 3.2.3 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 cb090c34c..a1514e940 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ # limitations under the License. # -flatlaf.releaseVersion = 3.2.2 +flatlaf.releaseVersion = 3.2.3 flatlaf.developmentVersion = 3.3-SNAPSHOT org.gradle.parallel = true