Skip to content

Commit

Permalink
Fix missing versions of previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonMangler committed Jan 31, 2018
1 parent f393eb5 commit 0db5d97
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.4</version>
<version>6.0.5</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.4</version>
<version>6.0.5</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
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.4 - Messages
# SuperVanish v6.0.5 - 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.4
MessagesVersion: 6.0.5
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.4
version: 6.0.5
website: https://www.spigotmc.org/resources/supervanish-be-invisible.1331/
softdepend:
- ProtocolLib
Expand Down

0 comments on commit 0db5d97

Please sign in to comment.