change snapshot version from 3.5-SNAPSHOT to 3.4.1-SNAPSHOT

This commit is contained in:
Karl Tauber
2024-03-24 17:10:43 +01:00
parent 32d102dbc9
commit 1068884bce
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
FlatLaf Change Log
==================
## 3.5-SNAPSHOT
## 3.4.1-SNAPSHOT
#### Fixed bugs

View File

@@ -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();
}

View File

@@ -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