From 51c7e2f4caa030cfea874fce7712b479303b0958 Mon Sep 17 00:00:00 2001 From: Picono435 <57836766+Picono435@users.noreply.github.com> Date: Sat, 19 Jun 2021 14:11:36 +0100 Subject: [PATCH] Updated release version to 1.0-beta-3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8553359d..b60f08fb 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'com.gmail.picono435' -version = '1.0-beta-2a' +version = '1.0-beta-3' description = 'The best jobs plugin ever! You can customize every single thing on it.' sourceCompatibility = '1.8' targetCompatibility = '1.8'