diff --git a/README.md b/README.md index 9a82a67d..19a5b232 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,12 @@ This project is available on Maven Central: com.github.weisj darklaf-core - 2.4.4 + 2.4.5 ```` ### Gradle ````kotlin -implementation("com.github.weisj:darklaf-core:2.4.4") +implementation("com.github.weisj:darklaf-core:2.4.5") ```` 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.4.4` +- Version: `2.4.5` - 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 67b7df5d..c05238cc 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.4.5 +darklaf.version = 2.4.6 # Plugins com.github.vlsi.vlsi-release-plugins.version = 1.70