aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2021-03-14 13:07:28 +0000
committerLuck <git@lucko.me>2021-03-14 13:07:28 +0000
commitbf46c71550e7adb970be3a18b2cc2d8b06e02a4c (patch)
treecb686fd23223dbd8b35baafd388d228ed3fc822b /build.gradle
parent05f0cdcda31281b00cc25627d19a43abf6f9f80c (diff)
downloadspark-bf46c71550e7adb970be3a18b2cc2d8b06e02a4c.tar.gz
spark-bf46c71550e7adb970be3a18b2cc2d8b06e02a4c.tar.bz2
spark-bf46c71550e7adb970be3a18b2cc2d8b06e02a4c.zip
Bump minor version
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index ad44d34..3e9fcfb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ subprojects {
apply plugin: 'idea'
ext {
- pluginVersion = '1.5.0'
+ pluginVersion = '1.5.1'
pluginDescription = 'spark is a performance profiling plugin based on sk89q\'s WarmRoast profiler'
}