Skip to content

Commit

Permalink
Release 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravis96 committed Oct 8, 2024
1 parent 7086910 commit 18cb826
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 @@ -22,7 +22,7 @@ Simple notice library with placeholders and mini-messages support.
<dependency>
<groupId>cc.dreamcode.notice</groupId>
<artifactId>{platform}</artifactId>
<version>1.6.4</version>
<version>1.6.5</version>
</dependency>
```

Expand All @@ -32,7 +32,7 @@ maven { url "https://repo.dreamcode.cc/releases" }
```

```groovy
implementation "cc.dreamcode.notice:{platform}:1.6.4"
implementation "cc.dreamcode.notice:{platform}:1.6.5"
```

## Note
Expand All @@ -41,4 +41,4 @@ If you need mini-message support, you need to implement dream-utilities versions

For example `cc.dreamcode:utilities-bukkit-adventure:newer-version`

Or use module with -adventure suffix, `cc.dreamcode.notice:platform-adventure:1.6.4` for better support. (use only core and adventure module)
Or use module with -adventure suffix, `cc.dreamcode.notice:platform-adventure:1.6.5` for better support. (use only core and adventure module)
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

allprojects {
group = "cc.dreamcode.notice"
version = "1.6.4"
version = "1.6.5"

apply(plugin = "java-library")
apply(plugin = "maven-publish")
Expand Down

0 comments on commit 18cb826

Please sign in to comment.