Browse Source

Release version 2.5.4

pull/229/head v2.5.5-SNAPSHOT
weisj 4 years ago
parent
commit
fcd57feabb
  1. 6
      README.md
  2. 2
      change_notes.md
  3. 2
      gradle.properties

6
README.md

@ -26,12 +26,12 @@ This project is available on Maven Central:
<dependency> <dependency>
<groupId>com.github.weisj</groupId> <groupId>com.github.weisj</groupId>
<artifactId>darklaf-core</artifactId> <artifactId>darklaf-core</artifactId>
<version>2.5.3</version> <version>2.5.4</version>
</dependency> </dependency>
```` ````
### Gradle ### Gradle
````kotlin ````kotlin
implementation("com.github.weisj:darklaf-core:2.5.3") implementation("com.github.weisj:darklaf-core:2.5.4")
```` ````
You can also use the latest nightly build. You can also use the latest nightly build.
@ -165,7 +165,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. This also needs to have a bundle created in the first place.
# Artifacts # Artifacts
- Group ID: `com.github.weisj` - Group ID: `com.github.weisj`
- Version: `2.5.3` - Version: `2.5.4`
- Artifact IDs: - Artifact IDs:
- `darklaf-core` The LaF itself. Include this in your project to use the LaF. Includes all other artifacts. - `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. - `darklaf-theme` The themes to use with the LaF.

2
change_notes.md

@ -1,6 +1,6 @@
### Visual changes ### Visual changes
## Behavioural changes ### Behavioural changes
### API Changes ### API Changes

2
gradle.properties

@ -7,7 +7,7 @@ kotlin.code.style = official
systemProp.org.gradle.internal.publish.checksums.insecure = true systemProp.org.gradle.internal.publish.checksums.insecure = true
# Darklaf version # Darklaf version
darklaf.version = 2.5.4 darklaf.version = 2.5.5
# Plugins # Plugins
com.github.vlsi.vlsi-release-plugins.version = 1.70 com.github.vlsi.vlsi-release-plugins.version = 1.70

Loading…
Cancel
Save