From ba1491e37ee5eb6280ce949722b52632971c4ba3 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 13 Aug 2018 20:00:24 +0200 Subject: [PATCH] updated VersionUpdater --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 99e79ec..1dfb5ec 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ plugins { id 'signing' id "com.dorkbox.CrossCompile" version "1.0.1" - id "com.dorkbox.VersionUpdate" version "1.0" + id "com.dorkbox.VersionUpdate" version "1.1" } // this is the only way to also get the source code for IDE auto-complete