From d3d4443340e94a52b464e09ee2e5d55920a634ac Mon Sep 17 00:00:00 2001 From: stefvanschie Date: Sat, 26 Dec 2020 17:19:17 +0100 Subject: [PATCH] V 0.9.1 --- 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 b5b395a0..636a1dbf 100644 --- a/IF/pom.xml +++ b/IF/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.9.0 + 0.9.1 4.0.0 diff --git a/README.md b/README.md index b812e643..4e48f237 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.0 + 0.9.1 ``` 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.0' + compile 'com.github.stefvanschie.inventoryframework:IF:0.9.1' // ... } ``` diff --git a/nms/1_14_R1/pom.xml b/nms/1_14_R1/pom.xml index e5290636..e97bed20 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.0 + 0.9.1 ../../pom.xml 4.0.0 diff --git a/nms/1_15_R1/pom.xml b/nms/1_15_R1/pom.xml index 28f19b45..9f817af5 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.0 + 0.9.1 ../../pom.xml 4.0.0 diff --git a/nms/1_16_R1/pom.xml b/nms/1_16_R1/pom.xml index ad11012c..04feb296 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.0 + 0.9.1 ../../pom.xml 4.0.0 diff --git a/nms/1_16_R2/pom.xml b/nms/1_16_R2/pom.xml index 2e641bac..321efd85 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.0 + 0.9.1 ../../pom.xml 4.0.0 diff --git a/nms/1_16_R3/pom.xml b/nms/1_16_R3/pom.xml index e3351b36..373c1582 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.0 + 0.9.1 ../../pom.xml 4.0.0 diff --git a/nms/abstraction/pom.xml b/nms/abstraction/pom.xml index 271e2120..1e5a50a5 100644 --- a/nms/abstraction/pom.xml +++ b/nms/abstraction/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.9.0 + 0.9.1 ../../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index cb123c92..6eed5e34 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ com.github.stefvanschie.inventoryframework IF-parent - 0.9.0 + 0.9.1 pom IF