plugin-yml 0.3.0

This commit is contained in:
Minecrell 2018-07-24 15:59:18 +02:00
parent 9f4b8d012e
commit d90424f221
No known key found for this signature in database
GPG Key ID: B77CE638A6C2E562
2 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ simple DSL.
```groovy
plugins {
id 'net.minecrell.plugin-yml.bukkit' version '0.2.1'
id 'net.minecrell.plugin-yml.bukkit' version '0.3.0'
}
bukkit {
@ -79,7 +79,7 @@ bukkit {
```kotlin
plugins {
id("net.minecrell.plugin-yml.bukkit") version "0.2.1"
id("net.minecrell.plugin-yml.bukkit") version "0.3.0"
}
bukkit {
@ -136,7 +136,7 @@ bukkit {
```groovy
plugins {
id 'net.minecrell.plugin-yml.bungee' version '0.2.1'
id 'net.minecrell.plugin-yml.bungee' version '0.3.0'
}
bungee {
@ -161,7 +161,7 @@ bungee {
```kotlin
plugins {
id("net.minecrell.plugin-yml.bungee") version "0.2.1"
id("net.minecrell.plugin-yml.bungee") version "0.3.0"
}
bungee {

View File

@ -1,5 +1,5 @@
group = net.minecrell
name = plugin-yml
version = 0.3.0-SNAPSHOT
version = 0.3.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