diff --git a/README.md b/README.md
index 5a2ecda9..8b353030 100644
--- a/README.md
+++ b/README.md
@@ -24,12 +24,12 @@ This project is available on Maven Central:
com.github.weisj
darklaf-core
- [1.4.1.0,)
+ [1.4.2.0,)
````
### Gradle
````
-implementation 'com.github.weisj:darklaf-core:[1.4.1.0,)'
+implementation 'com.github.weisj:darklaf-core:[1.4.2.0,)'
````
## Installation
@@ -104,7 +104,7 @@ Here is a list of things that currently are not finished or need refinement. Thi
# Artifacts
- Group ID: `com.github.weisj`
-- Version: `1.4.1.0`
+- Version: `1.4.2.0`
- Artifact IDs:
- `darklaf-core` The LaF itself. Include this in your project to use the LaF. Includes all other artifacts.
- `darklaf-property-loader` Library to load and parse property files and icon.
diff --git a/core/pom.xml b/core/pom.xml
index 45745cdf..017d8cb4 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -2,81 +2,81 @@
- 4.0.0
- com.github.weisj
- darklaf-core
- 1.4.1.0
- Darklaf core
- A themeable Look and Feel for java swing
+ 4.0.0
+ com.github.weisj
+ darklaf-core
+ 1.4.2.0
+ Darklaf core
+ A themeable Look and Feel for java swing
+ https://github.com/weisJ/darklaf
+
+ com.github.weisj
+ https://github.com/weisj
+
+
+
+ MIT
+ https://github.com/weisJ/darklaf/blob/master/LICENSE
+ repo
+
+
+
+
+ Jannis Weis
+
+
+
+ scm:git:git://github.com/weisJ/darklaf.git
+ scm:git:ssh://git@github.com:weisj/darklaf.git
https://github.com/weisJ/darklaf
-
- com.github.weisj
- https://github.com/weisj
-
-
-
- MIT
- https://github.com/weisJ/darklaf/blob/master/LICENSE
- repo
-
-
-
-
- Jannis Weis
-
-
-
- scm:git:git://github.com/weisJ/darklaf.git
- scm:git:ssh://git@github.com:weisj/darklaf.git
- https://github.com/weisJ/darklaf
-
-
- GitHub
- https://github.com/weisJ/darklaf/issues
-
+
+
+ GitHub
+ https://github.com/weisJ/darklaf/issues
+
-
-
- com.github.weisj
- darklaf-native-utils
- 1.4.1.0
- runtime
-
-
- com.github.weisj
- darklaf-utils
- 1.4.1.0
- runtime
-
-
- com.github.weisj
- darklaf-decorations-base
- 1.4.1.0
- runtime
-
-
- com.github.weisj
- darklaf-windows
- 1.4.1.0
- runtime
-
-
- com.github.weisj
- darklaf-macos
- 1.4.1.0
- runtime
-
-
- com.github.weisj
- darklaf-property-loader
- 1.4.1.0
- runtime
-
-
- org.swinglabs
- jxlayer
- 3.0.4
- runtime
-
-
+
+
+ com.github.weisj
+ darklaf-native-utils
+ 1.4.2.0
+ runtime
+
+
+ com.github.weisj
+ darklaf-utils
+ 1.4.2.0
+ runtime
+
+
+ com.github.weisj
+ darklaf-decorations-base
+ 1.4.2.0
+ runtime
+
+
+ com.github.weisj
+ darklaf-windows
+ 1.4.2.0
+ runtime
+
+
+ com.github.weisj
+ darklaf-macos
+ 1.4.2.0
+ runtime
+
+
+ com.github.weisj
+ darklaf-property-loader
+ 1.4.2.0
+ runtime
+
+
+ org.swinglabs
+ jxlayer
+ 3.0.4
+ runtime
+
+
diff --git a/gradle.properties b/gradle.properties
index ed247031..af720abc 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 = 1.4.1.0
+darklaf.version = 1.4.2.0
# Plugins
shadow.version = 5.1.0