From 404c844b6980289c5415bef158f3678b2418f340 Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Fri, 28 Jun 2019 17:48:39 +0200 Subject: [PATCH] chore: Bump VERSION to 1.0.0 --- voice/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voice/build.gradle b/voice/build.gradle index 9bcd2bf..79178d0 100644 --- a/voice/build.gradle +++ b/voice/build.gradle @@ -20,7 +20,7 @@ ext { LICENSE = 'MIT' LICENSE_URL = "http://www.opensource.org/licenses/mit-license.php" - VERSION = '1.0.0-beta02' + VERSION = '1.0.0' VERSION_DESC = "$NAME - v$VERSION" }