Skip to content

Commit

Permalink
Bump config version
Browse files Browse the repository at this point in the history
  • Loading branch information
TenkyuChimata committed Apr 3, 2024
1 parent 4a358a6 commit a12f77e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/jp/wolfx/mceew/MCEEW.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

public final class MCEEW extends JavaPlugin {
private static int config_version;
private static final int current_config = 5;
private static final int current_config = 6;
private static boolean jpEewBoolean;
private static boolean scEewBoolean;
private static boolean fjEewBoolean;
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# MCEEW configuration
# Last updated on 2.4.1
# Last updated on 2.4.2
#
# API Source: https://api.wolfx.jp
# Plugin Page: https://acg.kr/mceew
Expand Down Expand Up @@ -118,4 +118,4 @@ Sound:
pitch: 1.0

# Do not change this
config-version: 5
config-version: 6

0 comments on commit a12f77e

Please sign in to comment.