diff --git a/README.md b/README.md index 60fabc84..6f5772c3 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.18 + 0.5.19 ``` The project is in the Central Repository, so specifying a repository is not needed. @@ -21,7 +21,7 @@ Now in order to shade the project into your project, add the following to your p org.apache.maven.plugins maven-shade-plugin - 3.1.0 + 3.2.2 ${project.build.directory}/dependency-reduced-pom.xml @@ -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.18' + compile 'com.github.stefvanschie.inventoryframework:IF:0.5.19' // ... } ``` diff --git a/pom.xml b/pom.xml index 3d51a216..bedb4a1b 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ com.github.stefvanschie.inventoryframework IF - 0.5.18 + 0.5.19 jar IF