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