diff --git a/build.gradle b/build.gradle index 0a4c8249..20b85cec 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.12.0-1.16.3" +version = "0.12.1-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 2df32c45..f9932f1b 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.12.0" +version="0.12.1" displayName="Controllable" description="Adds the ability to use a controller to play Minecraft"