release 0.17

This commit is contained in:
Karl Tauber
2019-10-27 12:29:12 +01:00
parent 9bf0124950
commit 2e0fde464d
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
FlatLaf Change Log FlatLaf Change Log
================== ==================
## Unreleased ## 0.17
- CheckBox: Support painting a third state (set client property - CheckBox: Support painting a third state (set client property
"JButton.selectedState" to "indeterminate"). "JButton.selectedState" to "indeterminate").

View File

@@ -35,7 +35,7 @@ build script:
groupId: com.formdev groupId: com.formdev
artifactId: flatlaf artifactId: flatlaf
version: 0.16 version: 0.17
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.16" version = "0.17"
allprojects { allprojects {
repositories { repositories {

View File

@@ -32,7 +32,7 @@ build script:
groupId: com.formdev groupId: com.formdev
artifactId: flatlaf-swingx artifactId: flatlaf-swingx
version: 0.16 version: 0.17
Otherwise download `flatlaf-swingx-<version>.jar` here: Otherwise download `flatlaf-swingx-<version>.jar` here: