From 7d73073123ae9e9b1c79881befb0f22920dcb710 Mon Sep 17 00:00:00 2001 From: Kyle Corry Date: Mon, 3 May 2021 08:22:16 -0400 Subject: [PATCH] Update build number --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 872c2a6..caf3297 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ repositories { dependencies { ... - compile 'com.github.Gongoliers:Library-of-Gongolierium:v5.0.0' + compile 'com.github.Gongoliers:Library-of-Gongolierium:v5.1.0' } ``` diff --git a/build.gradle b/build.gradle index 357719b..cf4d6bb 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ targetCompatibility = JavaVersion.VERSION_11 def includeDesktopSupport = true group 'com.thegongoliers' -version '5.0.0' +version '5.1.0' repositories { mavenCentral()