From e46e2115556455afa165be0900042df6d8bed1a5 Mon Sep 17 00:00:00 2001 From: stefvanschie Date: Tue, 2 Feb 2021 20:41:31 +0100 Subject: [PATCH] V 0.9.4 --- 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 b1e65490..78c78e04 100644 --- a/IF/pom.xml +++ b/IF/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.9.3 + 0.9.4 4.0.0 diff --git a/README.md b/README.md index beeea1cb..1ee1c033 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.3 + 0.9.4 ``` 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.3' + compile 'com.github.stefvanschie.inventoryframework:IF:0.9.4' // ... } ``` diff --git a/nms/1_14_R1/pom.xml b/nms/1_14_R1/pom.xml index 66de7f66..e881b1c4 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.3 + 0.9.4 ../../pom.xml 4.0.0 diff --git a/nms/1_15_R1/pom.xml b/nms/1_15_R1/pom.xml index 852770e4..3cd8bc88 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.3 + 0.9.4 ../../pom.xml 4.0.0 diff --git a/nms/1_16_R1/pom.xml b/nms/1_16_R1/pom.xml index 97cec1ea..9cd10511 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.3 + 0.9.4 ../../pom.xml 4.0.0 diff --git a/nms/1_16_R2/pom.xml b/nms/1_16_R2/pom.xml index aeeb62e3..d387582b 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.3 + 0.9.4 ../../pom.xml 4.0.0 diff --git a/nms/1_16_R3/pom.xml b/nms/1_16_R3/pom.xml index a559f5ea..56e7dcd3 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.3 + 0.9.4 ../../pom.xml 4.0.0 diff --git a/nms/abstraction/pom.xml b/nms/abstraction/pom.xml index 1cd5be69..0ea8cd4a 100644 --- a/nms/abstraction/pom.xml +++ b/nms/abstraction/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.9.3 + 0.9.4 ../../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 66dd88be..0adc7504 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ com.github.stefvanschie.inventoryframework IF-parent - 0.9.3 + 0.9.4 pom IF