Skip to content

Commit

Permalink
release 0.20
Browse files Browse the repository at this point in the history
(skipping 0.19)
  • Loading branch information
DevCharly committed Nov 29, 2019
1 parent 398a041 commit 6ee5234
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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
==================

## Unreleased
## 0.20

- Support using IntelliJ platform themes (.theme.json files).
- Support `JFileChooser`. (issue #5)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build script:

groupId: com.formdev
artifactId: flatlaf
version: 0.18
version: 0.20

Otherwise download `flatlaf-<version>.jar` here:

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

version = "0.18"
version = "0.20"

allprojects {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion flatlaf-jide-oss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build script:

groupId: com.formdev
artifactId: flatlaf-jide-oss
version: 0.18
version: 0.20

Otherwise download `flatlaf-jide-oss-<version>.jar` here:

Expand Down
2 changes: 1 addition & 1 deletion flatlaf-swingx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build script:

groupId: com.formdev
artifactId: flatlaf-swingx
version: 0.18
version: 0.20

Otherwise download `flatlaf-swingx-<version>.jar` here:

Expand Down

0 comments on commit 6ee5234

Please sign in to comment.