release 0.21

This commit is contained in:
Karl Tauber
2019-12-08 12:38:45 +01:00
parent 2211cc5596
commit 27f9614633
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
FlatLaf Change Log FlatLaf Change Log
================== ==================
## Unreleased ## 0.21
- ScrollBar: Show decrease/increase arrow buttons if client property - ScrollBar: Show decrease/increase arrow buttons if client property
"JScrollBar.showButtons" is set to `true` on `JScrollPane` or `JScrollBar`. "JScrollBar.showButtons" is set to `true` on `JScrollPane` or `JScrollBar`.

View File

@@ -45,7 +45,7 @@ build script:
groupId: com.formdev groupId: com.formdev
artifactId: flatlaf artifactId: flatlaf
version: 0.20 version: 0.21
Otherwise download `flatlaf-<version>.jar` here: Otherwise download `flatlaf-<version>.jar` here:

View File

@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
version = "0.20" version = "0.21"
allprojects { allprojects {
repositories { repositories {

View File

@@ -26,7 +26,7 @@ build script:
groupId: com.formdev groupId: com.formdev
artifactId: flatlaf-jide-oss artifactId: flatlaf-jide-oss
version: 0.20 version: 0.21
Otherwise download `flatlaf-jide-oss-<version>.jar` here: Otherwise download `flatlaf-jide-oss-<version>.jar` here:

View File

@@ -33,7 +33,7 @@ build script:
groupId: com.formdev groupId: com.formdev
artifactId: flatlaf-swingx artifactId: flatlaf-swingx
version: 0.20 version: 0.21
Otherwise download `flatlaf-swingx-<version>.jar` here: Otherwise download `flatlaf-swingx-<version>.jar` here: