Browse Source

new rc.

pull/139/head v2.0.2-rc1
weisj 5 years ago
parent
commit
3db275667d
  1. 6
      README.md
  2. 2
      gradle.properties

6
README.md

@ -28,12 +28,12 @@ This project is available on Maven Central:
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf-core</artifactId>
<version>[2.0.1,)</version>
<version>[2.0.2,)</version>
</dependency>
````
### Gradle
````
implementation 'com.github.weisj:darklaf-core:[2.0.1,)'
implementation 'com.github.weisj:darklaf-core:[2.0.2,)'
````
## Installation
@ -110,7 +110,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.1`
- 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.

2
gradle.properties

@ -30,7 +30,7 @@ kotlin.code.style = official
systemProp.org.gradle.internal.publish.checksums.insecure = true
# Darklaf version
darklaf.version = 2.0.1
darklaf.version = 2.0.2
# Plugins
shadow.version = 5.1.0

Loading…
Cancel
Save