Release version 0.1.0

This commit is contained in:
pjht 2018-03-14 07:50:45 -05:00
parent fb4990356a
commit e7bc359e7d
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup. //Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
version = "1.0.0" version = "0.1.0"
group = "com.pjht.ssspcore" // http://maven.apache.org/guides/mini/guide-naming-conventions.html group = "com.pjht.ssspcore" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "ssspcore" archivesBaseName = "ssspcore"

View File

@ -20,7 +20,7 @@ import net.minecraftforge.fml.common.registry.GameRegistry;
public class SSSPCore { public class SSSPCore {
public static final String modId = "ssspcore"; public static final String modId = "ssspcore";
public static final String name = "SSSP core mod"; public static final String name = "SSSP core mod";
public static final String version = "1.0.0"; public static final String version = "0.1.0";
@Mod.Instance(modId) @Mod.Instance(modId)
public static SSSPCore instance; public static SSSPCore instance;