Version update to 0.9.1

This commit is contained in:
Zixxl 2015-07-20 09:07:53 +02:00
parent a2a57a2be5
commit fc719292b8
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ buildscript {
apply plugin: 'forge'
version = "0.9.0"
version = "0.9.1"
group= "modtweaker" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "ModTweaker~2"

View file

@ -4,6 +4,6 @@ public class ModProps {
public static final String NAME = "Mod Tweaker 2", name = NAME;
public static final String MODID = "modtweaker2", modid = MODID;
public static final String VERSION = "0.9.0", version = VERSION;
public static final String VERSION = "0.9.1", version = VERSION;
public static final String DEPENDENCIES = "required-after:MineTweaker3", dependencies = DEPENDENCIES;
}