Updates version to 0.2.0-ALPHA

This commit is contained in:
Kristian Knarvik 2022-02-25 22:18:30 +01:00
parent db869c0c5b
commit 0ad953cc14
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ As this plugin only listens to sign change events, there are some limitations:
* /addpaidsigncondition <name (of a paid sign)> <line number> <string to match> \[executeRegEx] \[ignoreCase]
\[ignoreColor]
* /listpaidsigns \[name (of a paid sign)] \[line number]
* /listpaidsignconditions
* /removepaidsigncondition <name (of a paid sign)> <line number>
* /removepaidsign <name (of a paid sign)>
* /reload

View File

@ -6,7 +6,7 @@
<groupId>net.knarcraft</groupId>
<artifactId>paidsigns</artifactId>
<version>0.1.0-ALPHA</version>
<version>0.2.0-ALPHA</version>
<packaging>jar</packaging>
<name>Paid Signs</name>