Skip to content

Commit

Permalink
Updated versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
rayzr522 committed Feb 21, 2017
1 parent 075b77d commit 2d53949
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.perceivedev</groupId>
<artifactId>papichestcommands</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<name>PAPI-ChestCommands</name>
<description>A bukkit plugin to allow ChestCommands to use PlaceholderAPI placeholders</description>
<repositories>
Expand Down
12 changes: 3 additions & 9 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2d53949

Please sign in to comment.