From 70e8e86ede2c93e8451ad3bcc3462b5bcebeda43 Mon Sep 17 00:00:00 2001 From: Frotty Date: Wed, 1 Jan 2020 00:44:42 +0100 Subject: [PATCH] 1.7.14 --- Readme.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index fabd46a..1b93cfb 100644 --- a/Readme.md +++ b/Readme.md @@ -17,7 +17,7 @@ See https://jitpack.io/#inwc3/JMPQ3/ Gradle Example: ```gradle dependencies { - compile 'com.github.inwc3:JMPQ3:1.7.13' + compile 'com.github.inwc3:JMPQ3:1.7.14' } allprojects { repositories { diff --git a/build.gradle b/build.gradle index 573d6cd..298fb31 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { } group 'systems.crigges' -version '1.7.13' +version '1.7.14' repositories { jcenter()