File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/io/github/lukas2005/multicraft Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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"
1515group = " io.github.lukas2005.multicraft" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1616archivesBaseName = " multicraft"
1717
Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments