diff --git a/README.md b/README.md index a9c3c51..44657f7 100644 --- a/README.md +++ b/README.md @@ -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:0.0.1-SNAPSHOT` +and shade `io.papermc:paper-trail:1.0.0` into your plugin. It is recommended to relocate the `io.papermc.papertrail` package to avoid conflicts. diff --git a/gradle.properties b/gradle.properties index 74a5fdc..e3511f9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group=io.papermc -version=0.0.1-SNAPSHOT +version=1.0.0