diff --git a/IF/pom.xml b/IF/pom.xml
index b5b395a0f..636a1dbfe 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 b812e6437..4e48f2370 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 e52906362..e97bed201 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 28f19b456..9f817af55 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 ad11012c2..04feb296a 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 2e641baca..321efd855 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 e3351b362..373c15825 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 271e21207..1e5a50a5a 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 cb123c924..6eed5e345 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