Skip to content

Commit c022bf3

Browse files
committed
Version bump
1 parent a56d13e commit c022bf3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gradle utilities for easier writing Bukkit plugins.
3232
#### With new plugins mechanism
3333
```groovy
3434
plugins {
35-
id "ru.endlesscode.bukkitgradle" version "0.8.0"
35+
id "ru.endlesscode.bukkitgradle" version "0.8.1"
3636
}
3737
```
3838

@@ -43,7 +43,7 @@ buildscript {
4343
jcenter()
4444
}
4545
dependencies {
46-
classpath "gradle.plugin.ru.endlesscode:bukkit-gradle:0.8.0"
46+
classpath "gradle.plugin.ru.endlesscode:bukkit-gradle:0.8.1"
4747
}
4848
}
4949
@@ -57,7 +57,7 @@ You can clone [this example project](https://github.com/EndlessCodeGroup/BukkitG
5757
Simple `build.gradle` file that use BukkitGradle:
5858
```groovy
5959
plugins {
60-
id "ru.endlesscode.bukkitgradle" version "0.8.0"
60+
id "ru.endlesscode.bukkitgradle" version "0.8.1"
6161
}
6262
6363
// Project information

Diff for: 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.8.0
3+
version=0.8.1
44
org.gradle.jvmargs=-Xmx3G
55
org.gradle.parallel=true
66
org.gradle.daemon=true

0 commit comments

Comments
 (0)