From dc450876e9760634ebb63ca680ea83e7a0d72d51 Mon Sep 17 00:00:00 2001 From: Jacob Gillespie Date: Sun, 21 Feb 2016 09:27:59 -0600 Subject: [PATCH] v1.4.4 - keep voice disabled on reload - build project with gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 365bfd8..3b174a7 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ plugins { apply plugin: 'kotlin' group = 'gg.obsidian' -version = '1.4.3' +version = '1.4.4' description = """Bridge chat between Minecraft and Discord""" ext.url = 'https://github.com/the-obsidian/DiscordBridge'