diff --git a/README.md b/README.md index 00453650..a403e096 100644 --- a/README.md +++ b/README.md @@ -26,20 +26,27 @@ This project is available on Maven Central: com.github.weisj darklaf-core - [2.0.3,) + [2.0.2,) + + + + com.github.weisj + darklaf-core + [2.0.2,) ```` ### Gradle ```` -implementation 'com.github.weisj:darklaf-core:[2.0.3,)' +implementation("com.github.weisj:darklaf-core:[2.0.2,)") +implementation("com.github.weisj:darklaf-core:[2.0.2,)") // For the themes ```` ## Installation The LookAndFeel can be easily installed using the 'LafManager' ````java -LafManager.install(); //For default theme (IntelliJ) -//or -LafManager.install(new DarculaTheme()); //Specify the used theme. +LafManager.install(); // For default theme (IntelliJ) +// or +LafManager.install(new DarculaTheme()); // Specify the used theme. ```` or by using the UIManager ````java @@ -110,7 +117,7 @@ Here is a list of things that currently are not finished or need refinement. Thi # Artifacts - Group ID: `com.github.weisj` -- Version: `2.0.3` +- Version: `2.0.2` - 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.