Skip to content

Commit

Permalink
new rc
Browse files Browse the repository at this point in the history
Signed-off-by: weisj <[email protected]>
  • Loading branch information
weisJ committed Mar 5, 2020
1 parent 247690e commit af68db0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ This project is available on Maven Central:
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf-core</artifactId>
<version>[1.4.0.0,)</version>
<version>[1.4.0.1,)</version>
</dependency>
````
### Gradle
````
implementation 'com.github.weisj:darklaf-core:[1.4.0.0,)'
implementation 'com.github.weisj:darklaf-core:[1.4.0.1,)'
````

## Installation
Expand Down Expand Up @@ -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.0.0`
- Version: `1.4.0.1`
- 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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kotlin.code.style = official
systemProp.org.gradle.internal.publish.checksums.insecure = true

# Darklaf version
darklaf.version = 1.4.0.0
darklaf.version = 1.4.0.1

# Plugins
shadow.version = 5.1.0
Expand Down

0 comments on commit af68db0

Please sign in to comment.