Updated version number

This commit is contained in:
Kino 2018-12-30 02:27:48 -05:00
parent e152fa0a89
commit 8835b2a624
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ buildscript {
apply plugin: 'forge'
version = "1.7.10-v1.0.0"
version = "1.7.10-v1.0.1"
group= "com.legacy.aether" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "aether_legacy"

View file

@ -21,7 +21,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.0.0")
@Mod(modid = Aether.MOD_ID, version = "v1.0.1")
public class Aether {
public static final String MOD_ID = "aether_legacy";

View file

@ -3,7 +3,7 @@
"modid": "aether_legacy",
"name": "Aether Legacy",
"description": "Aether Legacy, a port of Aether I which has been updated to the latest version of Minecraft. This version of the aether includes multiplayer support to play with friends and others alike.",
"version": "v1.0.0",
"version": "v1.0.1",
"mcversion": "1.7.10",
"url": "https://www.moddinglegacy.com/",
"updateUrl": "",