Skip to content

Commit

Permalink
Change version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oheers committed Apr 16, 2021
1 parent 1c4ba54 commit 2519d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/java/com/oheers/fish/EvenMoreFish.java
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ private void checkUpdate() {
}

private void checkConfigVers() {
int MSG_CONFIG_VERSION = 2;
int MSG_CONFIG_VERSION = 3;
if (msgs.configVersion() != MSG_CONFIG_VERSION) {
getLogger().log(Level.SEVERE, "Your messages.yml config is not up to date. This will cause certain values to default to be potentially null." +
"If you wish to update, go to the \"Technical Stuff\" part of https://www.spigotmc.org/resources/evenmorefish.91310/ and copy the messages.yml" +
Expand Down
2 changes: 1 addition & 1 deletion main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: EvenMoreFish
author: Oheers
version: 1.0.2
version: 1.1.0
main: com.oheers.fish.EvenMoreFish
api-version: 1.16
depend: [Vault]
Expand Down

0 comments on commit 2519d1c

Please sign in to comment.