Mise à jour du numéro de version
This commit is contained in:
parent
726c4b0e67
commit
af274c09f5
@ -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.4"
|
version = "1.5"
|
||||||
group = "ch.m4th1eu.richpresence" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
group = "ch.m4th1eu.richpresence" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||||
archivesBaseName = "richpresence"
|
archivesBaseName = "richpresence"
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ import java.io.InputStreamReader;
|
|||||||
public class Main {
|
public class Main {
|
||||||
public static final String MODID = "richpresence";
|
public static final String MODID = "richpresence";
|
||||||
public static final String NAME = "Discord Rich Presence";
|
public static final String NAME = "Discord Rich Presence";
|
||||||
public static final String VERSION = "1.4";
|
public static final String VERSION = "1.5";
|
||||||
|
|
||||||
@Mod.Instance(Main.MODID)
|
@Mod.Instance(Main.MODID)
|
||||||
public static Main instance;
|
public static Main instance;
|
||||||
|
Reference in New Issue
Block a user