diff --git a/build.gradle b/build.gradle index e424dc5..e17622d 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle' apply plugin: 'eclipse' apply plugin: 'maven-publish' -version = '0.0.1' +version = '1.0.0' group = 'com.github.ItzSwirlz.BTELocationSwitcher' // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = 'btelocationswitcher' @@ -95,7 +95,7 @@ jar { attributes([ "Specification-Title": "btelocationswitcher", "Specification-Vendor": "ItzSwirlz", - "Specification-Version": "0.0.1", + "Specification-Version": "1.0.0", "Implementation-Title": project.name, "Implementation-Version": "${version}", "Implementation-Vendor" :"ItzSwirlz", diff --git a/src/main/java/com/github/ItzSwirlz/BTELocationSwitcher/BTELocationSwitcher.java b/src/main/java/com/github/ItzSwirlz/BTELocationSwitcher/BTELocationSwitcher.java index 6ce1a06..85af229 100644 --- a/src/main/java/com/github/ItzSwirlz/BTELocationSwitcher/BTELocationSwitcher.java +++ b/src/main/java/com/github/ItzSwirlz/BTELocationSwitcher/BTELocationSwitcher.java @@ -11,7 +11,7 @@ public class BTELocationSwitcher { public static final String MODID = "btelocationswitcher"; public static final String NAME = "Build The Earth Location Switcher"; - public static final String VERSION = "0.0.1"; + public static final String VERSION = "1.0.0"; @EventHandler public void init(FMLInitializationEvent event)