Skip to content

Commit

Permalink
release: Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jun 20, 2024
1 parent ecbd06a commit 259dc90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ support the Paper plugin system.
### How to Use

Add the PaperMC repository (`https://repo.papermc.io/repository/maven-public/`) to your build script
and shade `io.papermc:paper-trail:1.0.0`
and shade `io.papermc:paper-trail:1.0.1`
into your plugin.
It is recommended to relocate the `io.papermc.papertrail`
package to avoid conflicts.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=io.papermc
version=1.0.0
version=1.0.1

0 comments on commit 259dc90

Please sign in to comment.