diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b3780d6..fab72474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ FlatLaf Change Log ================== -## Unreleased +## 0.20 - Support using IntelliJ platform themes (.theme.json files). - Support `JFileChooser`. (issue #5) diff --git a/README.md b/README.md index 79c8e0ee..11ce5c22 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ build script: groupId: com.formdev artifactId: flatlaf - version: 0.18 + version: 0.20 Otherwise download `flatlaf-.jar` here: diff --git a/build.gradle.kts b/build.gradle.kts index fb769804..03dd2bfb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ * limitations under the License. */ -version = "0.18" +version = "0.20" allprojects { repositories { diff --git a/flatlaf-jide-oss/README.md b/flatlaf-jide-oss/README.md index e5f41177..30003d73 100644 --- a/flatlaf-jide-oss/README.md +++ b/flatlaf-jide-oss/README.md @@ -26,7 +26,7 @@ build script: groupId: com.formdev artifactId: flatlaf-jide-oss - version: 0.18 + version: 0.20 Otherwise download `flatlaf-jide-oss-.jar` here: diff --git a/flatlaf-swingx/README.md b/flatlaf-swingx/README.md index 4cae7a66..f31af2df 100644 --- a/flatlaf-swingx/README.md +++ b/flatlaf-swingx/README.md @@ -33,7 +33,7 @@ build script: groupId: com.formdev artifactId: flatlaf-swingx - version: 0.18 + version: 0.20 Otherwise download `flatlaf-swingx-.jar` here: