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"