diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d1961e5..f431f779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ FlatLaf Change Log ================== -## 3.3-SNAPSHOT +## 3.2.1 #### Fixed bugs diff --git a/flatlaf-core/flatlaf-core-sigtest.txt b/flatlaf-core/flatlaf-core-sigtest.txt index 999b1df5..4bbc59f8 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 +#Version 3.2.1 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 5e55476a..7f938377 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ # limitations under the License. # -flatlaf.releaseVersion = 3.2 +flatlaf.releaseVersion = 3.2.1 flatlaf.developmentVersion = 3.3-SNAPSHOT org.gradle.parallel = true