diff --git a/.github/README.md b/.github/README.md
index 0dc5571..629926d 100644
--- a/.github/README.md
+++ b/.github/README.md
@@ -29,7 +29,7 @@ To add this project as a dependency to your project, add the following to your p
com.github.Despical
InventoryFramework
- 2.2.4
+ 2.2.6
```
@@ -64,7 +64,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.Despical:InventoryFramework:2.2.4'
+ compile 'com.github.Despical:InventoryFramework:2.2.6'
// ...
}
```
diff --git a/pom.xml b/pom.xml
index 28709ed..6479d74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.github.Despical
InventoryFramework
- 2.2.4
+ 2.2.6
jar
Inventory Framework
@@ -76,7 +76,7 @@
de.tr7zw
item-nbt-api
- 2.11.2
+ 2.11.3
org.junit.jupiter