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

Commit

Permalink
plugin-yml 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-gh committed Jun 11, 2022
1 parent 05cdd87 commit a3fff7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ simple DSL.

```groovy
plugins {
id 'net.minecrell.plugin-yml.bukkit' version '0.5.1'
id 'net.minecrell.plugin-yml.bukkit' version '0.5.2'
}
dependencies {
Expand Down Expand Up @@ -88,7 +88,7 @@ bukkit {

```kotlin
plugins {
id("net.minecrell.plugin-yml.bukkit") version "0.5.1"
id("net.minecrell.plugin-yml.bukkit") version "0.5.2"
}

dependencies {
Expand Down Expand Up @@ -155,7 +155,7 @@ bukkit {

```groovy
plugins {
id 'net.minecrell.plugin-yml.bungee' version '0.5.1'
id 'net.minecrell.plugin-yml.bungee' version '0.5.2'
}
dependencies {
Expand Down Expand Up @@ -186,7 +186,7 @@ bungee {

```kotlin
plugins {
id("net.minecrell.plugin-yml.bungee") version "0.5.1"
id("net.minecrell.plugin-yml.bungee") version "0.5.2"
}

dependencies {
Expand Down Expand Up @@ -220,7 +220,7 @@ bungee {

```groovy
plugins {
id 'net.minecrell.plugin-yml.nukkit' version '0.5.1'
id 'net.minecrell.plugin-yml.nukkit' version '0.5.2'
}
nukkit {
Expand Down Expand Up @@ -273,7 +273,7 @@ nukkit {

```kotlin
plugins {
id("net.minecrell.plugin-yml.nukkit") version "0.5.1"
id("net.minecrell.plugin-yml.nukkit") version "0.5.2"
}

nukkit {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = net.minecrell
name = plugin-yml
version = 0.6.0-SNAPSHOT
version = 0.5.2
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

0 comments on commit a3fff7c

Please sign in to comment.