From 3f6ab604b9c263ebbaf01ad5ee60b9db080533b8 Mon Sep 17 00:00:00 2001 From: MrCrayfish Date: Fri, 3 Dec 2021 16:51:54 +1030 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=20Updated=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- src/main/resources/META-INF/mods.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7e672dbb..8076b3b1 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ apply plugin: 'net.minecraftforge.gradle' apply plugin: 'org.spongepowered.mixin' //Only edit below this line, the above code adds and enables the necessary things for Forge to be setup. -version = "0.15.0-1.17.1" +version = "0.15.1-1.18" group = "com.mrcrayfish" // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = "controllable" diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 7798f67e..b72cb756 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -9,7 +9,7 @@ license="GNU General Public License 3.0" [[mods]] modId="controllable" -version="0.15.0" +version="0.15.1" displayName="Controllable" description="Adds the ability to use a controller to play Minecraft"