From 6750763b01f46845b036abe746d45d7e5e56de61 Mon Sep 17 00:00:00 2001 From: stefvanschie Date: Mon, 23 Sep 2019 12:07:02 +0200 Subject: [PATCH] V 0.5.12 Addresses issue #33 completely, since MiniNBT was updated to fix this. --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da014e86..6f1fc8ec 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To add this project as a dependency to your pom.xml, add the following to your p com.github.stefvanschie.inventoryframework IF - 0.5.11 + 0.5.12 ``` The project is in the Central Repository, so specifying a repository is not needed. @@ -47,7 +47,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.5.11' + compile 'com.github.stefvanschie.inventoryframework:IF:0.5.12' // ... } ``` diff --git a/pom.xml b/pom.xml index c3d86041..c3edf37d 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.github.stefvanschie.inventoryframework IF - 0.5.11 + 0.5.12 jar IF