diff --git a/README.md b/README.md
index 74a1403..ff31bef 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ BungeeGuard is a plugin which adds a security token to the BungeeCord handshakin
It is a more sensible replacement to "ip whitelist" or "only proxy join" type plugins.
-### Installation
+## Installation
Installation is very straightforward.
@@ -20,7 +20,7 @@ Installation is very straightforward.
#### On each of your backend Minecraft servers...
-1. Ensure you are either using [Paper](https://papermc.io/) 1.9.4+ *or* have [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/) installed.
+1. Ensure you are either using [Paper](https://papermc.io/) 1.9.4+ or have [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/) installed.
2. Ensure `bungeecord` is set to `true` in `spigot.yml`.
3. Add [`BungeeGuard.jar`](https://ci.lucko.me/job/BungeeGuard/lastSuccessfulBuild/artifact/bungeeguard-universal/target/BungeeGuard.jar) to the plugins folder. Then restart the server.
4. Navigate to `/plugins/BungeeGuard/config.yml`. Add the token(s) generated by the proxy(ies) to the `allowed-tokens` list.
diff --git a/bungeeguard-backend/pom.xml b/bungeeguard-backend/pom.xml
index c7a21b6..67383d4 100644
--- a/bungeeguard-backend/pom.xml
+++ b/bungeeguard-backend/pom.xml
@@ -7,11 +7,11 @@
me.lucko
bungeeguard
- 1.0-SNAPSHOT
+ 1.1-SNAPSHOT
bungeeguard-backend
- 1.0-SNAPSHOT
+ 1.1-SNAPSHOT
diff --git a/bungeeguard-proxy/pom.xml b/bungeeguard-proxy/pom.xml
index bfeb2a1..8a37441 100644
--- a/bungeeguard-proxy/pom.xml
+++ b/bungeeguard-proxy/pom.xml
@@ -7,7 +7,7 @@
me.lucko
bungeeguard
- 1.0-SNAPSHOT
+ 1.1-SNAPSHOT
bungeeguard-proxy
diff --git a/bungeeguard-universal/pom.xml b/bungeeguard-universal/pom.xml
index f4fd363..24c830b 100644
--- a/bungeeguard-universal/pom.xml
+++ b/bungeeguard-universal/pom.xml
@@ -7,11 +7,11 @@
me.lucko
bungeeguard
- 1.0-SNAPSHOT
+ 1.1-SNAPSHOT
bungeeguard-universal
- 1.0-SNAPSHOT
+ 1.1-SNAPSHOT
clean package
@@ -46,13 +46,13 @@
me.lucko
bungeeguard-backend
- 1.0-SNAPSHOT
+ 1.1-SNAPSHOT
compile
me.lucko
bungeeguard-proxy
- 1.0-SNAPSHOT
+ 1.1-SNAPSHOT
compile
diff --git a/pom.xml b/pom.xml
index c4747f4..339e5b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
me.lucko
bungeeguard
- 1.0-SNAPSHOT
+ 1.1-SNAPSHOT
pom