Skip to content

Commit

Permalink
release 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly committed Aug 5, 2024
1 parent 8089e66 commit 438ec6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FlatLaf Change Log
==================

## 3.5.1-SNAPSHOT
## 3.5.1

#### Fixed bugs

Expand Down
3 changes: 2 additions & 1 deletion flatlaf-core/flatlaf-core-sigtest.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 3.5
#Version 3.5.1

CLSS public abstract interface com.formdev.flatlaf.FlatClientProperties
fld public final static java.lang.String BUTTON_TYPE = "JButton.buttonType"
Expand Down Expand Up @@ -296,6 +296,7 @@ fld public final static java.lang.String UPDATE_UI_ON_SYSTEM_FONT_CHANGE = "flat
fld public final static java.lang.String USE_JETBRAINS_CUSTOM_DECORATIONS = "flatlaf.useJetBrainsCustomDecorations"
anno 0 java.lang.Deprecated()
fld public final static java.lang.String USE_NATIVE_LIBRARY = "flatlaf.useNativeLibrary"
fld public final static java.lang.String USE_SUB_MENU_SAFE_TRIANGLE = "flatlaf.useSubMenuSafeTriangle"
fld public final static java.lang.String USE_TEXT_Y_CORRECTION = "flatlaf.useTextYCorrection"
fld public final static java.lang.String USE_UBUNTU_FONT = "flatlaf.useUbuntuFont"
fld public final static java.lang.String USE_WINDOW_DECORATIONS = "flatlaf.useWindowDecorations"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# limitations under the License.
#

flatlaf.releaseVersion = 3.5
flatlaf.developmentVersion = 3.5.1-SNAPSHOT
flatlaf.releaseVersion = 3.5.1
flatlaf.developmentVersion = 3.6-SNAPSHOT

org.gradle.parallel = true
# org.gradle.warning.mode = all

0 comments on commit 438ec6a

Please sign in to comment.