From bf4349d4703c4deb78865c9541e3ca3ba1acc0b3 Mon Sep 17 00:00:00 2001 From: stefvanschie Date: Sat, 1 Aug 2020 20:59:44 +0200 Subject: [PATCH] V 0.6.2 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a29ed5bd..bf406958 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.6.1 + 0.6.2 ``` 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.6.1' + compile 'com.github.stefvanschie.inventoryframework:IF:0.6.2' // ... } ``` diff --git a/pom.xml b/pom.xml index ab38e900..7ff71d03 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ com.github.stefvanschie.inventoryframework IF - 0.6.1 + 0.6.2 jar IF