Skip to content

Commit

Permalink
Updated version name
Browse files Browse the repository at this point in the history
  • Loading branch information
Majrusz committed Mar 3, 2021
1 parent 0d79b8b commit acc2f0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '1.1.1'
version = '1.1.2'
group = 'com.wonderfulenchantments' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'wonderful-enchantments-1.16.4'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class WonderfulEnchantments {
public static final String MOD_ID = "wonderful_enchantments";
public static final String NAME = "Wonderful Enchantments";
public static final String VERSION = "1.1.1";
public static final String VERSION = "1.1.2";
public static final ConfigHandler CONFIG_HANDLER = new ConfigHandler( ModConfig.Type.COMMON, "wonderful-enchantments-common.toml" );
public static final ConfigGroup ENCHANTMENT_GROUP = CONFIG_HANDLER.addConfigGroup( new ConfigGroup( "Enchantments", "" ) );
public static final ConfigGroup CURSE_GROUP = CONFIG_HANDLER.addConfigGroup( new ConfigGroup( "Curses", "" ) );
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ issueTrackerURL="https://github.com/Majrusz/WonderfulEnchantmentsMod/issues"

[[mods]]
modId="wonderful_enchantments"
version="1.1.1"
version="1.1.2"
displayName="Wonderful Enchantments"
updateJSONURL="https://raw.githubusercontent.com/Majrusz/WonderfulEnchantmentsMod/1.16.4/update.json"
displayURL="https://www.curseforge.com/minecraft/mc-mods/wonderful-enchantments"
Expand Down

0 comments on commit acc2f0d

Please sign in to comment.