From 6e55a6e1c8fec015616831dfa22392b90f81f65f Mon Sep 17 00:00:00 2001 From: graycat27 <64903817+graycat27@users.noreply.github.com> Date: Mon, 15 Mar 2021 22:05:03 +0900 Subject: [PATCH] update as 1.3.2 --- project/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.gradle b/project/build.gradle index b3dc08c..409e46a 100644 --- a/project/build.gradle +++ b/project/build.gradle @@ -18,7 +18,7 @@ tasks.withType(JavaCompile) { options.encoding = 'UTF-8' } -version = '1.3.1' +version = '1.3.2' group = 'com.github.gray27.flighthudmod' archivesBaseName = 'flighthudmod'