release 0.15

This commit is contained in:
Karl Tauber
2019-10-21 18:29:40 +02:00
parent 342b932f9e
commit be88eeb343
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
FlatLaf Change Log FlatLaf Change Log
================== ==================
## Unreleased ## 0.15
- ToolTip: Improved styling of dark tooltips (darker background, no border). - ToolTip: Improved styling of dark tooltips (darker background, no border).
- ToolTip: Fixed colors in tooltips of disabled components. (issue #15) - ToolTip: Fixed colors in tooltips of disabled components. (issue #15)

View File

@@ -35,7 +35,7 @@ build script:
groupId: com.formdev groupId: com.formdev
artifactId: flatlaf artifactId: flatlaf
version: 0.14 version: 0.15
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.14" version = "0.15"
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.14 version: 0.15
Otherwise download `flatlaf-swingx-<version>.jar` here: Otherwise download `flatlaf-swingx-<version>.jar` here: