Skip to content
This repository was archived by the owner on Dec 7, 2024. It is now read-only.

Commit 68e314c

Browse files
committed
plugin-yml 0.6.0
1 parent 6df3f8b commit 68e314c

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ plugin-yml `0.5.2` still supports Gradle 5.0+.
2626

2727
```groovy
2828
plugins {
29-
id 'net.minecrell.plugin-yml.bukkit' version '0.5.3'
29+
id 'net.minecrell.plugin-yml.bukkit' version '0.6.0'
3030
}
3131
3232
dependencies {
@@ -95,7 +95,7 @@ bukkit {
9595
```kotlin
9696
plugins {
9797
java // or `kotlin("jvm") version "..."`
98-
id("net.minecrell.plugin-yml.bukkit") version "0.5.3"
98+
id("net.minecrell.plugin-yml.bukkit") version "0.6.0"
9999
}
100100

101101
dependencies {
@@ -166,7 +166,7 @@ bukkit {
166166
```groovy
167167
plugins {
168168
id 'java'
169-
id 'net.minecrell.plugin-yml.paper' version '0.6.0-SNAPSHOT'
169+
id 'net.minecrell.plugin-yml.paper' version '0.6.0'
170170
}
171171
172172
repositories {
@@ -283,7 +283,7 @@ import net.minecrell.pluginyml.paper.PaperPluginDescription
283283

284284
plugins {
285285
java // or `kotlin("jvm") version "..."`
286-
id("net.minecrell.plugin-yml.paper") version "0.6.0-SNAPSHOT"
286+
id("net.minecrell.plugin-yml.paper") version "0.6.0"
287287
}
288288

289289
repositories {
@@ -397,7 +397,7 @@ paper {
397397

398398
```groovy
399399
plugins {
400-
id 'net.minecrell.plugin-yml.bungee' version '0.5.3'
400+
id 'net.minecrell.plugin-yml.bungee' version '0.6.0'
401401
}
402402
403403
dependencies {
@@ -429,7 +429,7 @@ bungee {
429429
```kotlin
430430
plugins {
431431
java // or `kotlin("jvm") version "..."`
432-
id("net.minecrell.plugin-yml.bungee") version "0.5.3"
432+
id("net.minecrell.plugin-yml.bungee") version "0.6.0"
433433
}
434434

435435
dependencies {
@@ -463,7 +463,7 @@ bungee {
463463

464464
```groovy
465465
plugins {
466-
id 'net.minecrell.plugin-yml.nukkit' version '0.5.3'
466+
id 'net.minecrell.plugin-yml.nukkit' version '0.6.0'
467467
}
468468
469469
nukkit {
@@ -517,7 +517,7 @@ nukkit {
517517
```kotlin
518518
plugins {
519519
java // or `kotlin("jvm") version "..."`
520-
id("net.minecrell.plugin-yml.nukkit") version "0.5.3"
520+
id("net.minecrell.plugin-yml.nukkit") version "0.6.0"
521521
}
522522

523523
nukkit {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = net.minecrell
22
name = plugin-yml
3-
version = 0.6.0-SNAPSHOT
3+
version = 0.6.0
44
description = A Gradle plugin that generates plugin.yml for Bukkit/Paper/BungeeCord/Nukkit plugins based on the Gradle project
55
url = https://github.com/Minecrell/plugin-yml

0 commit comments

Comments
 (0)