Skip to content

Commit

Permalink
version: 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Nov 7, 2021
1 parent 6a84c73 commit 8ab3db4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [0.10.1] - 2021-11-07

### Added

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

[unreleased]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.10.0...develop
[unreleased]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.10.1...develop
[0.10.1]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.10.0...0.10.1
[0.10.0]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.9.2...0.10.0
[0.9.2]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.9.1...0.9.2
[0.9.1]: https://github.com/EndlessCodeGroup/BukkitGradle/compare/0.9.0...0.9.1
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Gradle utilities for easier writing Bukkit plugins.
#### With new plugins mechanism
```kotlin
plugins {
id("ru.endlesscode.bukkitgradle") version "0.10.0"
id("ru.endlesscode.bukkitgradle") version "0.10.1"
}
```

Expand All @@ -51,7 +51,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("gradle.plugin.ru.endlesscode:bukkit-gradle:0.10.0")
classpath("gradle.plugin.ru.endlesscode:bukkit-gradle:0.10.1")
}
}
Expand Down Expand Up @@ -85,7 +85,7 @@ plugins {
Simple `build.gradle` file that use BukkitGradle:
```kotlin
plugins {
id("ru.endlesscode.bukkitgradle") version "0.10.0"
id("ru.endlesscode.bukkitgradle") version "0.10.1"
}

// Project information
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group=ru.endlesscode
description=Bukkit Gradle integration plugins
version=0.11.0-SNAPSHOT
version=0.10.1
org.gradle.jvmargs=-Xmx3G
org.gradle.parallel=true
org.gradle.daemon=true
Expand Down

0 comments on commit 8ab3db4

Please sign in to comment.