From ec7b1ac2aeb42fb598f2d0645c6097ee20484f34 Mon Sep 17 00:00:00 2001 From: Henry Le Grys Date: Mon, 25 Jan 2021 18:39:48 +0000 Subject: [PATCH] Bump creator tools version to 2.1.0 --- creator-tools/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creator-tools/build.gradle b/creator-tools/build.gradle index c93a961..38bf78e 100644 --- a/creator-tools/build.gradle +++ b/creator-tools/build.gradle @@ -3,7 +3,7 @@ plugins { id "com.github.johnrengelman.shadow" } -version = "2.0.2-SNAPSHOT" +version = "2.1.0-SNAPSHOT" sourceCompatibility = 1.8 targetCompatibility = 1.8