Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Aug 21, 2018
1 parent a56d13e commit c022bf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gradle utilities for easier writing Bukkit plugins.
#### With new plugins mechanism
```groovy
plugins {
id "ru.endlesscode.bukkitgradle" version "0.8.0"
id "ru.endlesscode.bukkitgradle" version "0.8.1"
}
```

Expand All @@ -43,7 +43,7 @@ buildscript {
jcenter()
}
dependencies {
classpath "gradle.plugin.ru.endlesscode:bukkit-gradle:0.8.0"
classpath "gradle.plugin.ru.endlesscode:bukkit-gradle:0.8.1"
}
}
Expand All @@ -57,7 +57,7 @@ You can clone [this example project](https://github.com/EndlessCodeGroup/BukkitG
Simple `build.gradle` file that use BukkitGradle:
```groovy
plugins {
id "ru.endlesscode.bukkitgradle" version "0.8.0"
id "ru.endlesscode.bukkitgradle" version "0.8.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.8.0
version=0.8.1
org.gradle.jvmargs=-Xmx3G
org.gradle.parallel=true
org.gradle.daemon=true
Expand Down

0 comments on commit c022bf3

Please sign in to comment.