mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
change snapshot version from 3.5-SNAPSHOT to 3.4.1-SNAPSHOT
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FlatLaf Change Log
|
||||
==================
|
||||
|
||||
## 3.5-SNAPSHOT
|
||||
## 3.4.1-SNAPSHOT
|
||||
|
||||
#### Fixed bugs
|
||||
|
||||
|
||||
@@ -707,12 +707,12 @@ public class FlatSVGIcon
|
||||
darkLaf = FlatLaf.isLafDark();
|
||||
}
|
||||
|
||||
/** @since 3.5 */
|
||||
/** @since 3.4.1 */
|
||||
public static boolean isSVGDocumentEnabled() {
|
||||
return svgCacheEnabled;
|
||||
}
|
||||
|
||||
/** @since 3.5 */
|
||||
/** @since 3.4.1 */
|
||||
public static void setSVGDocumentEnabled( boolean svgCacheEnabled ) {
|
||||
FlatSVGIcon.svgCacheEnabled = svgCacheEnabled;
|
||||
|
||||
@@ -720,7 +720,7 @@ public class FlatSVGIcon
|
||||
clearSVGDocumentCache();
|
||||
}
|
||||
|
||||
/** @since 3.5 */
|
||||
/** @since 3.4.1 */
|
||||
public static void clearSVGDocumentCache() {
|
||||
svgCache.clear();
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#
|
||||
|
||||
flatlaf.releaseVersion = 3.4
|
||||
flatlaf.developmentVersion = 3.5-SNAPSHOT
|
||||
flatlaf.developmentVersion = 3.4.1-SNAPSHOT
|
||||
|
||||
org.gradle.parallel = true
|
||||
# org.gradle.warning.mode = all
|
||||
|
||||
Reference in New Issue
Block a user