From fcd57feabb5a9ee8403e6466c426c33ac979f33f Mon Sep 17 00:00:00 2001 From: weisj Date: Sun, 20 Dec 2020 19:50:07 +0100 Subject: [PATCH] Release version 2.5.4 --- README.md | 6 +++--- change_notes.md | 2 +- gradle.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1bdba3ee..cbcd2822 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,12 @@ This project is available on Maven Central: com.github.weisj darklaf-core - 2.5.3 + 2.5.4 ```` ### Gradle ````kotlin -implementation("com.github.weisj:darklaf-core:2.5.3") +implementation("com.github.weisj:darklaf-core:2.5.4") ```` You can also use the latest nightly build. @@ -165,7 +165,7 @@ Here is a list of things that currently are not finished or need refinement. Thi This also needs to have a bundle created in the first place. # Artifacts - Group ID: `com.github.weisj` -- Version: `2.5.3` +- Version: `2.5.4` - Artifact IDs: - `darklaf-core` The LaF itself. Include this in your project to use the LaF. Includes all other artifacts. - `darklaf-theme` The themes to use with the LaF. diff --git a/change_notes.md b/change_notes.md index 9cf600a4..5134a0e6 100644 --- a/change_notes.md +++ b/change_notes.md @@ -1,6 +1,6 @@ ### Visual changes -## Behavioural changes +### Behavioural changes ### API Changes diff --git a/gradle.properties b/gradle.properties index 60cb77ab..5283f56e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ kotlin.code.style = official systemProp.org.gradle.internal.publish.checksums.insecure = true # Darklaf version -darklaf.version = 2.5.4 +darklaf.version = 2.5.5 # Plugins com.github.vlsi.vlsi-release-plugins.version = 1.70