mirror of
https://github.com/plexusorg/plugin-yml.git
synced 2024-12-22 00:05:04 +00:00
plugin-yml 0.5.1
This commit is contained in:
parent
cadf7b32d3
commit
41513940af
2 changed files with 7 additions and 7 deletions
12
README.md
12
README.md
|
@ -24,7 +24,7 @@ simple DSL.
|
|||
|
||||
```groovy
|
||||
plugins {
|
||||
id 'net.minecrell.plugin-yml.bukkit' version '0.5.0'
|
||||
id 'net.minecrell.plugin-yml.bukkit' version '0.5.1'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -88,7 +88,7 @@ bukkit {
|
|||
|
||||
```kotlin
|
||||
plugins {
|
||||
id("net.minecrell.plugin-yml.bukkit") version "0.5.0"
|
||||
id("net.minecrell.plugin-yml.bukkit") version "0.5.1"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -155,7 +155,7 @@ bukkit {
|
|||
|
||||
```groovy
|
||||
plugins {
|
||||
id 'net.minecrell.plugin-yml.bungee' version '0.5.0'
|
||||
id 'net.minecrell.plugin-yml.bungee' version '0.5.1'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -186,7 +186,7 @@ bungee {
|
|||
|
||||
```kotlin
|
||||
plugins {
|
||||
id("net.minecrell.plugin-yml.bungee") version "0.5.0"
|
||||
id("net.minecrell.plugin-yml.bungee") version "0.5.1"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -220,7 +220,7 @@ bungee {
|
|||
|
||||
```groovy
|
||||
plugins {
|
||||
id 'net.minecrell.plugin-yml.nukkit' version '0.5.0'
|
||||
id 'net.minecrell.plugin-yml.nukkit' version '0.5.1'
|
||||
}
|
||||
|
||||
nukkit {
|
||||
|
@ -273,7 +273,7 @@ nukkit {
|
|||
|
||||
```kotlin
|
||||
plugins {
|
||||
id("net.minecrell.plugin-yml.nukkit") version "0.5.0"
|
||||
id("net.minecrell.plugin-yml.nukkit") version "0.5.1"
|
||||
}
|
||||
|
||||
nukkit {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
group = net.minecrell
|
||||
name = plugin-yml
|
||||
version = 0.6.0-SNAPSHOT
|
||||
version = 0.5.1
|
||||
description = A Gradle plugin that generates plugin.yml for Bukkit/BungeeCord/Nukkit plugins based on the Gradle project
|
||||
url = https://github.com/Minecrell/plugin-yml
|
||||
|
|
Loading…
Reference in a new issue