Skip to content

Commit 2d53949

Browse files
committed
Updated versioning
1 parent 075b77d commit 2d53949

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.perceivedev</groupId>
55
<artifactId>papichestcommands</artifactId>
6-
<version>1.0</version>
6+
<version>1.0.1</version>
77
<name>PAPI-ChestCommands</name>
88
<description>A bukkit plugin to allow ChestCommands to use PlaceholderAPI placeholders</description>
99
<repositories>

src/main/resources/plugin.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
main: com.perceivedev.papichestcommands.PAPIChestCommands
22
name: PAPI-ChestCommands
3-
version: 1.0
3+
version: 1.0.1
44
description: A bukkit plugin to allow ChestCommands to use PlaceholderAPI placeholders
5-
author: [Rayzr]
5+
author: Rayzr
66
depend: [PlaceholderAPI]
77
loadbefore: [ChestCommands]
8-
load: STARTUP
9-
#commands:
10-
# uskyfix-chestcommands:
11-
# description: uSkyFix-ChestCommands main command
12-
# aliases: [alias1,alias2]
13-
# usage: "/uskyfix-chestcommands [command]"
14-
# permission: uSkyFix-ChestCommands.main
8+
load: STARTUP

0 commit comments

Comments
 (0)