File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
forge16/src/main/resources/META-INF
forge/src/main/java/com/envyful/menus/forge Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ subprojects {
1313 apply plugin : ' java'
1414
1515 group = ' com.envyful.menus'
16- version = ' 2.0.6 '
16+ version = ' 2.0.7 '
1717
1818 sourceCompatibility = 1.8
1919 targetCompatibility = 1.8
Original file line number Diff line number Diff line change 3636public class MenusForge {
3737
3838 protected static final String MOD_ID = "menus" ;
39- protected static final String VERSION = "2.0.6 " ;
39+ protected static final String VERSION = "2.0.7 " ;
4040
4141 @ Mod .Instance (MOD_ID )
4242 private static MenusForge instance ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ showAsResourcePack=false
1313
1414[[mods ]]
1515 modId =" menus"
16- version =" 2.0.6 "
16+ version =" 2.0.7 "
1717 displayName =" Menus Forge"
1818 displayURL =" https://discord.gg/7vqgtrjDGw"
1919 credits =" Envyful"
You can’t perform that action at this time.
0 commit comments