From 2d539499ecf3690a97bf5853e594af268cbdc2c0 Mon Sep 17 00:00:00 2001 From: Rayzr522 Date: Tue, 21 Feb 2017 18:24:31 -0500 Subject: [PATCH] Updated versioning --- pom.xml | 2 +- src/main/resources/plugin.yml | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 917be0d..ae5c1c6 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.perceivedev papichestcommands - 1.0 + 1.0.1 PAPI-ChestCommands A bukkit plugin to allow ChestCommands to use PlaceholderAPI placeholders diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 430b277..1780bc0 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,14 +1,8 @@ main: com.perceivedev.papichestcommands.PAPIChestCommands name: PAPI-ChestCommands -version: 1.0 +version: 1.0.1 description: A bukkit plugin to allow ChestCommands to use PlaceholderAPI placeholders -author: [Rayzr] +author: Rayzr depend: [PlaceholderAPI] loadbefore: [ChestCommands] -load: STARTUP -#commands: -# uskyfix-chestcommands: -# description: uSkyFix-ChestCommands main command -# aliases: [alias1,alias2] -# usage: "/uskyfix-chestcommands [command]" -# permission: uSkyFix-ChestCommands.main +load: STARTUP \ No newline at end of file