Skip to content

Commit 0e5be0b

Browse files
author
lukas2005
committed
changed version number
1 parent 5e9f9ac commit 0e5be0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
1111
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
1212

1313

14-
version = "0.0.1"
14+
version = "0.1.1"
1515
group = "io.github.lukas2005.multicraft" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1616
archivesBaseName = "multicraft"
1717

src/main/java/io/github/lukas2005/multicraft/Reference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public class Reference {
44

55
public static final String MOD_ID = "multic";
66
public static final String NAME = "MultiCraft";
7-
public static final String VERSION = "0.0.1";
7+
public static final String VERSION = "0.1.1";
88

99
public static final String SERVER_PROXY = "io.github.lukas2005.multicraft.proxy.ServerProxy";
1010
public static final String CLIENT_PROXY = "io.github.lukas2005.multicraft.proxy.ClientProxy";

0 commit comments

Comments
 (0)