chore(release): 0.5.13-1

This commit is contained in:
Sekwah 2021-05-13 00:44:25 +01:00
parent a1121adc10
commit d884db3d6c
No known key found for this signature in database
GPG Key ID: C3BE2E6C861A461A
4 changed files with 14 additions and 7 deletions

View File

@ -1,7 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### 0.5.13-1 (2021-05-12)
### Features
* Added configurable proxy teleport delay ([a1121ad](https://github.com/sekwah41/Advanced-Portals/commit/a1121adc10addfcce515d1358d1274232109fdfd))
### 0.5.14-0 (2021-05-12)
* Build Tool Change: Updated versioning and changelog tooling and standards.

View File

@ -23,7 +23,7 @@ import java.util.concurrent.TimeUnit;
*/
@Plugin(id = "advancedportals", name = "Advanced Portals",
url = "https://www.spigotmc.org/resources/advanced-portals.14356/",
version = "0.5.13-0")
version = "0.5.13-1")
public class AdvancedPortalsPlugin {
public HashMap<String, String[]> PlayerDestiMap = new HashMap<>();

View File

@ -1,4 +1,4 @@
main: com.sekwah.advancedportals.bungee.AdvancedPortalsPlugin
name: AdvancedPortals
version: 0.5.13-0
version: 0.5.13-1
author: sekwah41

View File

@ -1,6 +1,6 @@
main: com.sekwah.advancedportals.bukkit.AdvancedPortalsPlugin
name: AdvancedPortals
version: 0.5.13-0
version: 0.5.13-1
author: sekwah41
description: An advanced portals plugin for bukkit.
api-version: 1.13