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

Commit d90424f

Browse files
committed
plugin-yml 0.3.0
1 parent 9f4b8d0 commit d90424f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ simple DSL.
2424

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

8080
```kotlin
8181
plugins {
82-
id("net.minecrell.plugin-yml.bukkit") version "0.2.1"
82+
id("net.minecrell.plugin-yml.bukkit") version "0.3.0"
8383
}
8484

8585
bukkit {
@@ -136,7 +136,7 @@ bukkit {
136136

137137
```groovy
138138
plugins {
139-
id 'net.minecrell.plugin-yml.bungee' version '0.2.1'
139+
id 'net.minecrell.plugin-yml.bungee' version '0.3.0'
140140
}
141141
142142
bungee {
@@ -161,7 +161,7 @@ bungee {
161161

162162
```kotlin
163163
plugins {
164-
id("net.minecrell.plugin-yml.bungee") version "0.2.1"
164+
id("net.minecrell.plugin-yml.bungee") version "0.3.0"
165165
}
166166

167167
bungee {

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

0 commit comments

Comments
 (0)