From fe5e5ca5ffab89918473f1e65c9d3b2f23d10078 Mon Sep 17 00:00:00 2001 From: MrCrayfish Date: Tue, 9 Feb 2021 20:09:58 +1030 Subject: [PATCH] Updated version --- 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 3d0d814b..30917ed0 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,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.10.3-1.16.3" +version = "0.11.0-1.16.3" 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 7608f21b..5a8791e8 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.10.3" +version="0.11.0" displayName="Controllable" description="Adds the ability to use a controller to play Minecraft"