Skip to content

Commit 8ab3db4

Browse files
committed
version: 0.10.1
1 parent 6a84c73 commit 8ab3db4

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [0.10.1] - 2021-11-07
4+
35
### Added
46

57
- Plugin meta now supports field `libraries`.
@@ -125,7 +127,8 @@ now it is friendly to Kotlin DSL.
125127
[uptodate]: https://docs.gradle.org/current/userguide/more_about_tasks.html#sec:up_to_date_checks
126128
[vault]: https://github.com/MilkBowl/VaultAPI
127129

128-
[unreleased]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.10.0...develop
130+
[unreleased]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.10.1...develop
131+
[0.10.1]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.10.0...0.10.1
129132
[0.10.0]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.9.2...0.10.0
130133
[0.9.2]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.9.1...0.9.2
131134
[0.9.1]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.9.0...0.9.1

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Gradle utilities for easier writing Bukkit plugins.
4040
#### With new plugins mechanism
4141
```kotlin
4242
plugins {
43-
id("ru.endlesscode.bukkitgradle") version "0.10.0"
43+
id("ru.endlesscode.bukkitgradle") version "0.10.1"
4444
}
4545
```
4646

@@ -51,7 +51,7 @@ buildscript {
5151
mavenCentral()
5252
}
5353
dependencies {
54-
classpath("gradle.plugin.ru.endlesscode:bukkit-gradle:0.10.0")
54+
classpath("gradle.plugin.ru.endlesscode:bukkit-gradle:0.10.1")
5555
}
5656
}
5757
@@ -85,7 +85,7 @@ plugins {
8585
Simple `build.gradle` file that use BukkitGradle:
8686
```kotlin
8787
plugins {
88-
id("ru.endlesscode.bukkitgradle") version "0.10.0"
88+
id("ru.endlesscode.bukkitgradle") version "0.10.1"
8989
}
9090

9191
// Project information

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group=ru.endlesscode
22
description=Bukkit Gradle integration plugins
3-
version=0.11.0-SNAPSHOT
3+
version=0.10.1
44
org.gradle.jvmargs=-Xmx3G
55
org.gradle.parallel=true
66
org.gradle.daemon=true

0 commit comments

Comments
 (0)