Skip to content

Commit fefb326

Browse files
committed
Version 3.1.1
1 parent c65d453 commit fefb326

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 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.1.0</version>
29+
<version>3.1.1</version>
3030
</dependency>
3131
````
3232
### Gradle
3333
````kotlin
34-
implementation("com.github.weisj:darklaf-core:3.1.0")
34+
implementation("com.github.weisj:darklaf-core:3.1.1")
3535
````
3636

3737
You can also use the latest nightly build.

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.1.0
11+
darklaf.version = 3.1.1
1212

1313
# Plugins
1414
com.gradleup.nmcp.version = 0.1.5

0 commit comments

Comments
 (0)