diff options
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 a14e81d..4cfb509 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ subprojects { apply plugin: 'idea' ext { - pluginVersion = '1.4.2' + pluginVersion = '1.4.3' pluginDescription = 'spark is a performance profiling plugin based on sk89q\'s WarmRoast profiler' } |