diff --git a/README.md b/README.md index 930c3e8..412929b 100644 --- a/README.md +++ b/README.md @@ -400,6 +400,11 @@ portalInfoServer=Server: %server% # Changes +#### \[Version 0.9.3.5] EpicKnarvik97 fork + +- Fixes the wait for player delay being too low by default +- Performs some minor code optimizations and restructuring + #### \[Version 0.9.3.4] EpicKnarvik97 fork - Includes passengers of passengers when teleporting entities diff --git a/pom.xml b/pom.xml index 08017ba..0626d5a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ net.knarcraft Stargate - 0.9.3.4 + 0.9.3.5 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 8bba37f..8b0c3c7 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: Stargate main: net.knarcraft.stargate.Stargate -version: 0.9.3.4 +version: 0.9.3.5 description: Stargate mod for Bukkit Revived author: EpicKnarvik97 authors: [ Drakia, PseudoKnight, EpicKnarvik97 ]