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

Commit e88ee79

Browse files
committed
plugin-yml 0.4.0
1 parent 0d942e5 commit e88ee79

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ are set automatically (e.g. project name, version or description) and additional
55
simple DSL.
66

77
## Usage
8-
[plugin-yml] requires at least **Gradle 4.2**. Using the latest version of Gradle is recommended.
8+
[plugin-yml] requires at least **Gradle 5.0**. Using the latest version of Gradle is recommended.
99

1010
### Default values
1111

@@ -24,7 +24,7 @@ simple DSL.
2424

2525
```groovy
2626
plugins {
27-
id 'net.minecrell.plugin-yml.bukkit' version '0.3.0'
27+
id 'net.minecrell.plugin-yml.bukkit' version '0.4.0'
2828
}
2929
3030
bukkit {
@@ -82,7 +82,7 @@ bukkit {
8282

8383
```kotlin
8484
plugins {
85-
id("net.minecrell.plugin-yml.bukkit") version "0.3.0"
85+
id("net.minecrell.plugin-yml.bukkit") version "0.4.0"
8686
}
8787

8888
bukkit {
@@ -142,7 +142,7 @@ bukkit {
142142

143143
```groovy
144144
plugins {
145-
id 'net.minecrell.plugin-yml.bungee' version '0.3.0'
145+
id 'net.minecrell.plugin-yml.bungee' version '0.4.0'
146146
}
147147
148148
bungee {
@@ -167,7 +167,7 @@ bungee {
167167

168168
```kotlin
169169
plugins {
170-
id("net.minecrell.plugin-yml.bungee") version "0.3.0"
170+
id("net.minecrell.plugin-yml.bungee") version "0.4.0"
171171
}
172172

173173
bungee {
@@ -194,7 +194,7 @@ bungee {
194194

195195
```groovy
196196
plugins {
197-
id 'net.minecrell.plugin-yml.nukkit' version '0.3.0'
197+
id 'net.minecrell.plugin-yml.nukkit' version '0.4.0'
198198
}
199199
200200
nukkit {
@@ -247,7 +247,7 @@ nukkit {
247247

248248
```kotlin
249249
plugins {
250-
id("net.minecrell.plugin-yml.nukkit") version "0.3.0"
250+
id("net.minecrell.plugin-yml.nukkit") version "0.4.0"
251251
}
252252

253253
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.4.0-SNAPSHOT
3+
version = 0.4.0
44
description = A Gradle plugin that generates plugin.yml for Bukkit/BungeeCord/Nukkit plugins based on the Gradle project
55
url = https://github.com/Minecrell/plugin-yml

0 commit comments

Comments
 (0)