Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravis96 committed Oct 5, 2024
1 parent 12126bb commit b6c5971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.5.9</version>
<version>1.6.0</version>
</dependency>
```

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

```groovy
implementation "cc.dreamcode.notice:{platform}:1.5.9"
implementation "cc.dreamcode.notice:{platform}:1.6.0"
```

## Note
Expand Down
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.5.9"
version = "1.6.0"

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

0 comments on commit b6c5971

Please sign in to comment.