feat: bump version and version filtering
This commit is contained in:
parent
99e7dd439a
commit
8d1c80a5fb
2 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>xyz.ineanto</groupId>
|
||||
<artifactId>nicko</artifactId>
|
||||
<version>1.0-RC1</version>
|
||||
<version>1.0.1-RC1</version>
|
||||
<name>Nicko</name>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: Nicko
|
||||
main: xyz.ineanto.nicko.NickoBukkit
|
||||
version: 1.0-RC1
|
||||
version: ${project.version}
|
||||
author: Ineanto
|
||||
description: "The feature packed, next generation disguise plugin for Minecraft."
|
||||
api-version: 1.14
|
||||
|
|
Loading…
Reference in a new issue