Skip to content

Commit

Permalink
Bump version to v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonMangler committed Dec 23, 2017
1 parent e4b4596 commit 22aa85b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Feel free to create Pull Requests if you think that you can improve SuperVanish!
<dependency>
<groupId>de.myzelyam</groupId>
<artifactId>SuperVanish</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.myzelyam</groupId>
<artifactId>SuperVanish</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/de/myzelyam/supervanish/SuperVanish.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@

public class SuperVanish extends JavaPlugin implements SuperVanishPlugin {

public static final String[] NON_REQUIRED_SETTINGS_UPDATES = {},
NON_REQUIRED_MESSAGES_UPDATES = {};
public static final String[] NON_REQUIRED_SETTINGS_UPDATES = {"6.0.0"},
NON_REQUIRED_MESSAGES_UPDATES = {"6.0.0"};

@Getter
private boolean useProtocolLib;
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SuperVanish v6.0.0 - Configuration
# SuperVanish v6.0.1 - Configuration

############# Invisibility Features ##############
InvisibilityFeatures:
Expand Down Expand Up @@ -169,4 +169,4 @@ MiscellaneousOptions:
NotifyAdmins: true

################# Do Not Touch ###################
ConfigVersion: 6.0.0
ConfigVersion: 6.0.1
4 changes: 2 additions & 2 deletions src/main/resources/messages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SuperVanish v6.0.0 - Messages
# SuperVanish v6.0.1 - Messages
#
# Information:
# <..> means that .. is required; [..] means that .. is optional and can be left out; | inside [] or <> stands for 'OR'
Expand Down Expand Up @@ -69,4 +69,4 @@ Messages:
DynmapFakeQuit: '%d% quit'
HelpHeader: "&a<---------------&e SuperVanish-Help &a--------------->"
HelpFormat: "&6%usage% &7- &b%description% &c(%permission%)"
MessagesVersion: 6.0.0
MessagesVersion: 6.0.1
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: SuperVanish
main: de.myzelyam.supervanish.SuperVanish
author: MyzelYam
description: Advanced /vanish plugin which makes other players think that you're not on the server
version: 6.0.0
version: 6.0.1
website: https://www.spigotmc.org/resources/supervanish-be-invisible.1331/
softdepend:
- ProtocolLib
Expand Down

0 comments on commit 22aa85b

Please sign in to comment.