This repository was archived by the owner on Apr 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
java/me/zeroeightsix/kami Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx3G
2
2
modGroup =me.zeroeightsix
3
- modVersion =1.1.5-beta
3
+ modVersion =1.1.5
4
4
modBaseName =kamiblue
5
5
forgeVersion =1.12.2-14.23.5.2847
6
6
mcpVersion =stable_39
Original file line number Diff line number Diff line change 1
- -beta
1
+
Original file line number Diff line number Diff line change 1
- v1.1.4
1
+ v1.1.5
Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ public class KamiMod {
70
70
71
71
public static final String MODNAME = "KAMI Blue" ;
72
72
public static final String MODID = "kamiblue" ;
73
- public static final String MODVER = "v1.1.5-beta " ; // this is changed to v1.x.x-commit for debugging during travis releases
74
- public static final String MODVERSMALL = "v1.1.5-beta " ; // shown to the user
75
- public static final String MODVERBROAD = "v1.1.4 " ; // used for update checking
73
+ public static final String MODVER = "v1.1.5" ; // this is changed to v1.x.x-commit for debugging during travis releases
74
+ public static final String MODVERSMALL = "v1.1.5" ; // shown to the user
75
+ public static final String MODVERBROAD = "v1.1.5 " ; // used for update checking
76
76
77
77
public static final String MCVER = "1.12.2" ;
78
78
Original file line number Diff line number Diff line change 3
3
"modid" : " kamiblue" ,
4
4
"name" : " KAMI Blue\n " ,
5
5
"description" : " カミブル \n A Minecraft utility mod for anarchy servers \n Written by 086 and continued by dominikaaaa\n " ,
6
- "version" : " 1.1.5-beta " ,
6
+ "version" : " 1.1.5" ,
7
7
"mcversion" : " 1.12.2" ,
8
8
"logoFile" : " kami.png" ,
9
9
"url" : " https://github.com/kami-blue/client" ,
You can’t perform that action at this time.
0 commit comments