diff --git a/README.md b/README.md index ecc74b7..beea1c6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ If you're feeling a bit more adventurous (or a developer has suggested you to do ## :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://github.com/Gilded-Games/The-Aether-Archived/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.2.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.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 2dd51d5..028a40e 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { apply plugin: 'forge' -version = "1.7.10-v1.1.2.1" +version = "1.7.10-v1.1.2.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 901e2ee..8cd1258 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.2.1") +@Mod(modid = Aether.MOD_ID, version = "v1.1.2.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 ef23ce0..7710c57 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.2.1", + "version": "v1.1.2.2", "mcversion": "1.7.10", "url": "https://www.curseforge.com/minecraft/mc-mods/the-aether", "updateUrl": "",