Skip to content

Commit 82a5552

Browse files
committed
Change version to 0.7.1
1 parent 2778b94 commit 82a5552

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gradle utilities for easier writing Bukkit plugins.
3030
#### With new plugins mechanism
3131
```groovy
3232
plugins {
33-
id "ru.endlesscode.bukkitgradle" version "0.7.0"
33+
id "ru.endlesscode.bukkitgradle" version "0.7.1"
3434
}
3535
```
3636

@@ -41,7 +41,7 @@ buildscript {
4141
jcenter()
4242
}
4343
dependencies {
44-
classpath "gradle.plugin.ru.endlesscode:bukkit-gradle:0.7.0"
44+
classpath "gradle.plugin.ru.endlesscode:bukkit-gradle:0.7.1"
4545
}
4646
}
4747
@@ -55,7 +55,7 @@ You can clone [this example project](https://github.com/EndlessCodeGroup/BukkitG
5555
Simple `build.gradle` file that use BukkitGradle:
5656
```groovy
5757
plugins {
58-
id "ru.endlesscode.bukkitgradle" version "0.7.0"
58+
id "ru.endlesscode.bukkitgradle" version "0.7.1"
5959
}
6060
6161
// Project information

gradle.properties

Lines changed: 1 addition & 1 deletion
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.7.0
3+
version=0.7.1
44
org.gradle.jvmargs=-Xmx3G
55
org.gradle.parallel=true
66
org.gradle.daemon=true

0 commit comments

Comments
 (0)