From 4a5642a809b9143730e18e560f6f56fa859e7fd6 Mon Sep 17 00:00:00 2001 From: weisj Date: Mon, 1 Jun 2020 23:01:16 +0200 Subject: [PATCH] new rc --- README.md | 10 +++++----- gradle.properties | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 557becdbb..5e90cba22 100644 --- a/README.md +++ b/README.md @@ -26,19 +26,19 @@ This project is available on Maven Central: com.github.weisj darklaf-core - [2.2.0,) + [2.2.1,) com.github.weisj darklaf-theme - [2.2.0,) + [2.2.1,) ```` ### Gradle ````kotlin -implementation("com.github.weisj:darklaf-core:[2.2.0,)") -implementation("com.github.weisj:darklaf-theme:[2.2.0,)") // For the themes +implementation("com.github.weisj:darklaf-core:[2.2.1,)") +implementation("com.github.weisj:darklaf-theme:[2.2.1,)") // For the themes ```` ## Installation @@ -146,7 +146,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.2.0` +- Version: `2.2.1` - 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/gradle.properties b/gradle.properties index c133d9c7b..c088f5c7d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ kotlin.code.style = official systemProp.org.gradle.internal.publish.checksums.insecure = true # Darklaf version -darklaf.version = 2.2.0 +darklaf.version = 2.2.1 # Plugins shadow.version = 5.1.0