mirror of
https://github.com/plexusorg/plugin-yml.git
synced 2024-12-22 08:15:08 +00:00
Release version 0.2.0
This commit is contained in:
parent
e58781164e
commit
37afa96426
2 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@ name, version or description) and additional properties can be added using a sim
|
|||
|
||||
```groovy
|
||||
plugins {
|
||||
id 'net.minecrell.plugin-yml.bukkit' version '0.1.0'
|
||||
id 'net.minecrell.plugin-yml.bukkit' version '0.2.0'
|
||||
}
|
||||
|
||||
bukkit {
|
||||
|
@ -72,7 +72,7 @@ bukkit {
|
|||
|
||||
```kotlin
|
||||
plugins {
|
||||
id("net.minecrell.plugin-yml.bukkit") version "0.1.0"
|
||||
id("net.minecrell.plugin-yml.bukkit") version "0.2.0"
|
||||
}
|
||||
|
||||
bukkit {
|
||||
|
@ -124,7 +124,7 @@ bukkit {
|
|||
|
||||
```groovy
|
||||
plugins {
|
||||
id 'net.minecrell.plugin-yml.bungee' version '0.1.0'
|
||||
id 'net.minecrell.plugin-yml.bungee' version '0.2.0'
|
||||
}
|
||||
|
||||
bungee {
|
||||
|
@ -147,7 +147,7 @@ bungee {
|
|||
|
||||
```kotlin
|
||||
plugins {
|
||||
id("net.minecrell.plugin-yml.bungee") version "0.1.0"
|
||||
id("net.minecrell.plugin-yml.bungee") version "0.2.0"
|
||||
}
|
||||
|
||||
bungee {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
group = net.minecrell
|
||||
name = plugin-yml
|
||||
version = 0.2.0-SNAPSHOT
|
||||
version = 0.2.0
|
||||
description = A Gradle plugin that generates plugin.yml for Bukkit/BungeeCord plugins based on the Gradle project
|
||||
url = https://github.com/Minecrell/plugin-yml
|
||||
|
|
Loading…
Reference in a new issue