From fabb420e77fe24c59b4d1a6b259dde711c538395 Mon Sep 17 00:00:00 2001 From: weisj <31143295+weisJ@users.noreply.github.com> Date: Sat, 31 Jul 2021 23:51:23 +0200 Subject: [PATCH] Prepare next development round --- README.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 41a3a90e..3f449e9a 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.5 + 2.7.0 ```` ### Gradle ````kotlin -implementation("com.github.weisj:darklaf-core:2.5.5") +implementation("com.github.weisj:darklaf-core:2.7.0") ```` 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.5` +- Version: `2.7.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. diff --git a/gradle.properties b/gradle.properties index 34143621..ce6844fc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ kotlin.code.style = official systemProp.org.gradle.internal.publish.checksums.insecure = true # Darklaf version -darklaf.version = 2.7.0 +darklaf.version = 2.7.1 # Plugins com.github.vlsi.vlsi-release-plugins.version = 1.74