Skip to content

Commit a9c9523

Browse files
committed
chore(gradle): bump version to 2.0.7
1 parent 9558f1f commit a9c9523

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

forge/src/main/java/com/envyful/menus/forge/MenusForge.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
public 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;

forge16/src/main/resources/META-INF/mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)