diff --git a/build.gradle b/build.gradle index c0b12369..cf4280b8 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,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.13.0-1.16.3" +version = "0.13.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 3a032f84..5a1ced00 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.13.0" +version="0.13.1" displayName="Controllable" description="Adds the ability to use a controller to play Minecraft" itemIcon="minecraft:piston"