From 0179984308a629dbbe8f50326e0699359107014c Mon Sep 17 00:00:00 2001 From: bconlon Date: Thu, 31 Dec 2020 19:11:51 -0800 Subject: [PATCH] 1.1.2 --- README.md | 2 +- build.gradle | 2 +- src/main/java/com/gildedgames/the_aether/Aether.java | 2 +- src/main/resources/mcmod.info | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 30b7cd7..20d9213 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ We use Curseforge to publish **stable builds** of the Aether for Minecraft. You ## :bug: Report bugs or other issues If you're running into bugs or other problems, feel free to open an issue on our [issue tracker](https://gitea.gildedgames.com/GildedGames/The-Aether/issues). When doing so, we ask that you provide the following information: -- The exact version of the Aether you are running, such as `1.7.10-1.1.1`, and the version of Forge you are using, such as `10.13.4.1558`. Please do not state "the latest stable release" or "latest Forge". +- The exact version of the Aether you are running, such as `1.7.10-1.1.2`, and the version of Forge you are using, such as `10.13.4.1558`. Please do not state "the latest stable release" or "latest Forge". - If your issue is a bug or otherwise unexpected behavior, state what you expected to happen. - If your issue is a crash, attach the latest client or server log and the complete crash report as a file. - If your issue only occurs with other mods/plugins installed, list the exact mod/plugin versions installed. diff --git a/build.gradle b/build.gradle index 30e51fd..911a9de 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { apply plugin: 'forge' -version = "1.7.10-v1.1.1" +version = "1.7.10-v1.1.2" group= "com.gildedgames.the_aether" // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = "aether" diff --git a/src/main/java/com/gildedgames/the_aether/Aether.java b/src/main/java/com/gildedgames/the_aether/Aether.java index 1689e2a..6ade3bc 100644 --- a/src/main/java/com/gildedgames/the_aether/Aether.java +++ b/src/main/java/com/gildedgames/the_aether/Aether.java @@ -22,7 +22,7 @@ import cpw.mods.fml.common.SidedProxy; import cpw.mods.fml.common.event.FMLInitializationEvent; import cpw.mods.fml.common.event.FMLPreInitializationEvent; -@Mod(modid = Aether.MOD_ID, version = "v1.1.1") +@Mod(modid = Aether.MOD_ID, version = "v1.1.2") public class Aether { public static final String MOD_ID = "aether_legacy"; diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 5ec5e09..1e4853b 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -3,7 +3,7 @@ "modid": "aether_legacy", "name": "The Aether", "description": "Gilded Games presents the original Aether mod! Up to date for modern Minecraft versions and fully compatible with multiplayer! The Aether is a dimension high in the sky comprised of floating islands! Ascend through a Glowstone portal and begin a new survival adventure packed with new ores, mythical creatures and perilous Dungeons!", - "version": "v1.1.1", + "version": "v1.1.2", "mcversion": "1.7.10", "url": "https://www.curseforge.com/minecraft/mc-mods/the-aether", "updateUrl": "",