Release version 0.2.0

This commit is contained in:
Minecrell 2017-09-29 17:16:43 +02:00
parent e58781164e
commit 37afa96426
No known key found for this signature in database
GPG key ID: B77CE638A6C2E562
2 changed files with 5 additions and 5 deletions

View file

@ -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 {

View file

@ -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