From 259dc90b34745273664bf4fc7b3741db5ca1fab8 Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:55:47 -0700 Subject: [PATCH] release: Version 1.0.1 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44657f7..81aa171 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: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. diff --git a/gradle.properties b/gradle.properties index e3511f9..71cb0d7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group=io.papermc -version=1.0.0 +version=1.0.1