🚀 Version bump
This commit is contained in:
parent
a264605cf0
commit
81e53ed454
6 changed files with 17 additions and 17 deletions
|
|
@ -1,5 +1,5 @@
|
|||
name: ExamplePlugin
|
||||
version: 1.0.2
|
||||
version: 1.2.0-SNAPSHOT
|
||||
api-version: 1.13
|
||||
main: cloud.commandframework.examples.bukkit.ExamplePlugin
|
||||
depends: [Essentials]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: ExampleBungee
|
||||
version: "0.2.2"
|
||||
version: "1.2.0-SNAPSHOT"
|
||||
main: cloud.commandframework.examples.bungee.ExamplePlugin
|
||||
author: Cloud Contributors
|
||||
description: "An Example plugin for the Cloud command framework"
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ import java.util.function.Function;
|
|||
@Plugin(
|
||||
id = "example-plugin",
|
||||
name = "Cloud example plugin",
|
||||
version = "1.1.0"
|
||||
version = "1.2.0-SNAPSHOT"
|
||||
)
|
||||
public final class ExampleVelocityPlugin {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue