From b1e268018c0e93d2fb6cca483f58b22f730e2446 Mon Sep 17 00:00:00 2001 From: Dmitry Rendov Date: Mon, 24 Jul 2023 20:48:02 +0200 Subject: [PATCH 1/2] 18 - bump versions --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8e20434..a30b22e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 me.ryanhamshire GraviTree - 2.9.6 + 2.9.7 jar GraviTree No more floating treetops. @@ -19,7 +19,7 @@ org.spigotmc spigot-api - 1.19.3-R0.1-SNAPSHOT + 1.20.1-R0.1-SNAPSHOT provided @@ -33,7 +33,7 @@ me.clip placeholderapi - 2.11.2 + 2.11.3 provided From 567bfae2796eb52f90886a121f916ee68e1da103 Mon Sep 17 00:00:00 2001 From: Dmitry Rendov Date: Mon, 21 Aug 2023 18:57:22 +0200 Subject: [PATCH 2/2] 18 - upgrade to support 1.20 --- .gitignore | 3 ++- pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 48c1ee9..d5ecac8 100644 --- a/.gitignore +++ b/.gitignore @@ -68,4 +68,5 @@ out/ target/ dependency-reduced-pom.xml *.MF -*.name \ No newline at end of file +*.name +.vscode \ No newline at end of file diff --git a/pom.xml b/pom.xml index 8e20434..a30b22e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 me.ryanhamshire GraviTree - 2.9.6 + 2.9.7 jar GraviTree No more floating treetops. @@ -19,7 +19,7 @@ org.spigotmc spigot-api - 1.19.3-R0.1-SNAPSHOT + 1.20.1-R0.1-SNAPSHOT provided @@ -33,7 +33,7 @@ me.clip placeholderapi - 2.11.2 + 2.11.3 provided