Skip to content

Commit

Permalink
Update config version
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgH93 committed Jun 14, 2021
1 parent b955b31 commit 03dadf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MarriageMaster/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,4 @@ Misc:
UseBungeeCord: false

# Config File Version. Don't touch it!
Version: 103
Version: 104
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
public class MagicValues
{
public static final int LANG_VERSION = 105, LANG_PRE_V2_VERSIONS = 90;
public static final int CONFIG_VERSION = 103, BUNGEE_CONFIG_VERSION = 102, CONFIG_PRE_V2_VERSIONS = 90;
public static final int CONFIG_VERSION = 104, BUNGEE_CONFIG_VERSION = 102, CONFIG_PRE_V2_VERSIONS = 90;
public static final String SYMBOL_HEART = "\u2764", SYMBOL_SMALL_HEART = "\u2665", HEART_AND_RESET = SYMBOL_HEART + MessageColor.WHITE, RED_HEART = MessageColor.RED + HEART_AND_RESET;
public static final String MIN_PCGF_PLUGIN_LIB_VERSION = "1.0.33-SNAPSHOT";
}

0 comments on commit 03dadf5

Please sign in to comment.