diff options
author | Luck <git@lucko.me> | 2021-03-14 13:07:28 +0000 |
---|---|---|
committer | Luck <git@lucko.me> | 2021-03-14 13:07:28 +0000 |
commit | bf46c71550e7adb970be3a18b2cc2d8b06e02a4c (patch) | |
tree | cb686fd23223dbd8b35baafd388d228ed3fc822b /build.gradle | |
parent | 05f0cdcda31281b00cc25627d19a43abf6f9f80c (diff) | |
download | spark-bf46c71550e7adb970be3a18b2cc2d8b06e02a4c.tar.gz spark-bf46c71550e7adb970be3a18b2cc2d8b06e02a4c.tar.bz2 spark-bf46c71550e7adb970be3a18b2cc2d8b06e02a4c.zip |
Bump minor version
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
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' } |