From ebca7f2b2aa87b4ca72ddc2753a441f464b1e71a Mon Sep 17 00:00:00 2001 From: weisj Date: Tue, 7 Jul 2020 22:25:44 +0200 Subject: [PATCH] new rc. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 74bdec7d..b115cc02 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,12 @@ This project is available on Maven Central: com.github.weisj darklaf-core - 2.3.0 + 2.4.0 ```` ### Gradle ````kotlin -implementation("com.github.weisj:darklaf-core:2.3.0") +implementation("com.github.weisj:darklaf-core:2.4.0") ```` You can also use the latest nightly build. @@ -163,7 +163,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.3.0` +- Version: `2.4.0` - 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.