Skip to content

Commit

Permalink
release 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly committed Oct 21, 2019
1 parent 342b932 commit be88eeb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.15

- ToolTip: Improved styling of dark tooltips (darker background, no border).
- ToolTip: Fixed colors in tooltips of disabled components. (issue #15)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ build script:

groupId: com.formdev
artifactId: flatlaf
version: 0.14
version: 0.15

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.14"
version = "0.15"

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

groupId: com.formdev
artifactId: flatlaf-swingx
version: 0.14
version: 0.15

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

Expand Down

0 comments on commit be88eeb

Please sign in to comment.