From deb6f7cc5e1c2d684154e35992527e048c9aeb66 Mon Sep 17 00:00:00 2001 From: Luck Date: Tue, 21 Jul 2020 15:42:44 +0100 Subject: Bump version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } -- cgit