Skip to content

Commit abfaf86

Browse files
committed
change snapshot version from 3.7-SNAPSHOT to 3.6.1-SNAPSHOT
1 parent bc4c7b2 commit abfaf86

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FlatLaf Change Log
22
==================
33

4-
## 3.7-SNAPSHOT
4+
## 3.6.1-SNAPSHOT
55

66
- Extras: Support JSVG 2.0.0. Minimum JSVG version is now 1.6.0. (issue #997)
77
- JideSplitButton: Fixed updating popup when switching theme. (issue #1000)

flatlaf-core/src/main/java/com/formdev/flatlaf/ui/FlatUIUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ public static boolean isFullScreen( Component c ) {
416416
return (fullScreenWindow != null && fullScreenWindow == SwingUtilities.windowForComponent( c ));
417417
}
418418

419-
/** @since 3.7 */
419+
/** @since 3.6.1 */
420420
public static Insets getScreenInsets( GraphicsConfiguration gc ) {
421421
// on Linux, getScreenInsets() may report wrong values in multi-screen setups
422422
// see https://github.com/apache/netbeans/issues/8532#issuecomment-2909687016

flatlaf-extras/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If SVG classes are used, `jsvg-<version>.jar` is also required:
4343

4444
Supported JSVG versions:
4545

46-
- FlatLaf 3.7+ supports JSVG 1.6.0 and later.
46+
- FlatLaf 3.6.1+ supports JSVG 1.6.0 and later.
4747
- FlatLaf 3.6- supports only JSVG 1.x (but not 2.x).
4848

4949

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616

1717
flatlaf.releaseVersion = 3.6
18-
flatlaf.developmentVersion = 3.7-SNAPSHOT
18+
flatlaf.developmentVersion = 3.6.1-SNAPSHOT
1919

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

0 commit comments

Comments
 (0)