diff options
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 29422f3..4ac7849 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ subprojects { apply plugin: 'idea' ext { - pluginVersion = '1.3.1' + pluginVersion = '1.3.2' pluginDescription = 'spark is a performance profiling plugin based on sk89q\'s WarmRoast profiler' } |