Move all 1.2.0-SNAPSHOT references to 1.2.0

This commit is contained in:
broccolai 2020-12-07 12:11:52 +00:00 committed by Alexander Söderberg
parent bd2034db77
commit d656c99601
6 changed files with 17 additions and 17 deletions

View file

@ -1,5 +1,5 @@
name: ExamplePlugin
version: 1.2.0-SNAPSHOT
version: 1.2.0
api-version: 1.13
main: cloud.commandframework.examples.bukkit.ExamplePlugin
depends: [ Essentials ]

View file

@ -1,5 +1,5 @@
name: ExampleBungee
version: "1.2.0-SNAPSHOT"
version: "1.2.0"
main: cloud.commandframework.examples.bungee.ExamplePlugin
author: Cloud Contributors
description: "An Example plugin for the Cloud command framework"

View file

@ -48,7 +48,7 @@ import java.util.function.Function;
@Plugin(
id = "example-plugin",
name = "Cloud example plugin",
version = "1.2.0-SNAPSHOT"
version = "1.2.0"
)
public final class ExampleVelocityPlugin {