fix: set version to 0.0.1 (alpha)
This commit is contained in:
parent
e151f8617f
commit
47ff4ad16f
3 changed files with 3 additions and 3 deletions
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>dev.hex</groupId>
|
||||
<artifactId>silencer</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>0.0.1</version>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: Silencer
|
||||
version: '1.0'
|
||||
version: '0.0.1'
|
||||
main: dev.hex.silencer.Silencer
|
||||
description: A simple mute plugin.
|
||||
api-version: '1.21.4'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: Silencer
|
||||
author: hex
|
||||
main: dev.hex.silencer.Silencer
|
||||
version: 1.0.0
|
||||
version: 0.0.1
|
||||
|
|
Loading…
Reference in a new issue