Skip to content

Commit a3353e2

Browse files
committed
Release version 3.0.2
1 parent d3270ce commit a3353e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ This project is available on Maven Central:
2626
<dependency>
2727
<groupId>com.github.weisj</groupId>
2828
<artifactId>darklaf-core</artifactId>
29-
<version>3.0.0</version>
29+
<version>3.0.2</version>
3030
</dependency>
3131
````
3232
### Gradle
3333
````kotlin
34-
implementation("com.github.weisj:darklaf-core:3.0.0")
34+
implementation("com.github.weisj:darklaf-core:3.0.2")
3535
````
3636

3737
You can also use the latest nightly build.
@@ -163,7 +163,7 @@ Here is a list of things that currently are not finished or need refinement. Thi
163163

164164
# Artifacts
165165
- Group ID: `com.github.weisj`
166-
- Version: `3.0.0`
166+
- Version: `3.0.2`
167167
- Artifact IDs:
168168
- `darklaf-core` The LaF itself. Include this in your project to use the LaF. Includes all other artifacts.
169169
- `darklaf-iconset` The icons used by the laf.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kotlin.code.style = official
88
systemProp.org.gradle.internal.publish.checksums.insecure = true
99

1010
# Darklaf version
11-
darklaf.version = 3.0.2
11+
darklaf.version = 3.0.3
1212

1313
# Plugins
1414
com.github.vlsi.vlsi-release-plugins.version = 1.74

0 commit comments

Comments
 (0)