From a164529766006ffb1420f0a0788c1296f40fc6f4 Mon Sep 17 00:00:00 2001 From: Stef van Schie Date: Tue, 25 May 2021 19:46:16 +0200 Subject: [PATCH] V 0.9.7 --- IF/pom.xml | 2 +- README.md | 4 ++-- nms/1_14_R1/pom.xml | 2 +- nms/1_15_R1/pom.xml | 2 +- nms/1_16_R1/pom.xml | 2 +- nms/1_16_R2/pom.xml | 2 +- nms/1_16_R3/pom.xml | 2 +- nms/abstraction/pom.xml | 2 +- pom.xml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/IF/pom.xml b/IF/pom.xml index 404f82f51..75db896a9 100644 --- a/IF/pom.xml +++ b/IF/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.9.6 + 0.9.7 4.0.0 diff --git a/README.md b/README.md index 4c5a10fe2..956048af6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To add this project as a dependency to your pom.xml, add the following to your p com.github.stefvanschie.inventoryframework IF - 0.9.6 + 0.9.7 ``` The project is in the Central Repository, so specifying a repository is not needed. @@ -50,7 +50,7 @@ Replace [YOUR PACKAGE] with the top-level package of your project. To add this project as a dependency for your Gradle project, make sure your `dependencies` section of your build.gradle looks like the following: ```Groovy dependencies { - compile 'com.github.stefvanschie.inventoryframework:IF:0.9.6' + compile 'com.github.stefvanschie.inventoryframework:IF:0.9.7' // ... } ``` diff --git a/nms/1_14_R1/pom.xml b/nms/1_14_R1/pom.xml index bbe271cf9..c6a454f32 100644 --- a/nms/1_14_R1/pom.xml +++ b/nms/1_14_R1/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.9.6 + 0.9.7 ../../pom.xml 4.0.0 diff --git a/nms/1_15_R1/pom.xml b/nms/1_15_R1/pom.xml index cdb794c1c..7770b678e 100644 --- a/nms/1_15_R1/pom.xml +++ b/nms/1_15_R1/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.9.6 + 0.9.7 ../../pom.xml 4.0.0 diff --git a/nms/1_16_R1/pom.xml b/nms/1_16_R1/pom.xml index c3756be0f..fc620f973 100644 --- a/nms/1_16_R1/pom.xml +++ b/nms/1_16_R1/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.9.6 + 0.9.7 ../../pom.xml 4.0.0 diff --git a/nms/1_16_R2/pom.xml b/nms/1_16_R2/pom.xml index 43d56d3d4..eea5430b4 100644 --- a/nms/1_16_R2/pom.xml +++ b/nms/1_16_R2/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.9.6 + 0.9.7 ../../pom.xml 4.0.0 diff --git a/nms/1_16_R3/pom.xml b/nms/1_16_R3/pom.xml index a37b6f13b..630f1cb6a 100644 --- a/nms/1_16_R3/pom.xml +++ b/nms/1_16_R3/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.9.6 + 0.9.7 ../../pom.xml 4.0.0 diff --git a/nms/abstraction/pom.xml b/nms/abstraction/pom.xml index a1f172d43..393e3e90b 100644 --- a/nms/abstraction/pom.xml +++ b/nms/abstraction/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.9.6 + 0.9.7 ../../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 5e11badf4..452b35da4 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ com.github.stefvanschie.inventoryframework IF-parent - 0.9.6 + 0.9.7 pom IF