updated version number

This commit is contained in:
Kino 2017-12-11 22:22:32 -05:00
parent 9ee1442f21
commit f8b953a521
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'
version = "1.0"
version = "1.5"
group= "com.legacy.aether"
archivesBaseName = "aether_legacy"

View file

@ -20,7 +20,7 @@ import com.legacy.aether.registry.sounds.SoundsAether;
import com.legacy.aether.tile_entities.AetherTileEntities;
import com.legacy.aether.world.AetherWorld;
@Mod(name = "Aether Legacy", modid = Aether.modid, version = "v1.4.1", acceptedMinecraftVersions = "1.10.2")
@Mod(name = "Aether Legacy", modid = Aether.modid, version = "v1.5", acceptedMinecraftVersions = "1.10.2")
public class Aether
{

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.4.1",
"version": "v1.5",
"mcversion": "1.10.2",
"url": "https://www.moddinglegacy.com/",
"updateUrl": "",