diff --git a/README.md b/README.md index 956048af..a6d6353e 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.7 + 0.9.8 ``` 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.7' + compile 'com.github.stefvanschie.inventoryframework:IF:0.9.8' // ... } ``` diff --git a/nms/1_14_R1/pom.xml b/nms/1_14_R1/pom.xml index c6a454f3..6dbcde79 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.7 + 0.9.8 ../../pom.xml 4.0.0 diff --git a/nms/1_15_R1/pom.xml b/nms/1_15_R1/pom.xml index 7770b678..8cbdc541 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.7 + 0.9.8 ../../pom.xml 4.0.0 diff --git a/nms/1_16_R1/pom.xml b/nms/1_16_R1/pom.xml index fc620f97..47e02eab 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.7 + 0.9.8 ../../pom.xml 4.0.0 diff --git a/nms/1_16_R2/pom.xml b/nms/1_16_R2/pom.xml index eea5430b..f630a7f1 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.7 + 0.9.8 ../../pom.xml 4.0.0 diff --git a/nms/1_16_R3/pom.xml b/nms/1_16_R3/pom.xml index 630f1cb6..5ddb316f 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.7 + 0.9.8 ../../pom.xml 4.0.0 diff --git a/nms/abstraction/pom.xml b/nms/abstraction/pom.xml index 393e3e90..e0566382 100644 --- a/nms/abstraction/pom.xml +++ b/nms/abstraction/pom.xml @@ -5,7 +5,7 @@ IF-parent com.github.stefvanschie.inventoryframework - 0.9.7 + 0.9.8 ../../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 452b35da..37b63b40 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ com.github.stefvanschie.inventoryframework IF-parent - 0.9.7 + 0.9.8 pom IF