From 4f1b7cf51da218a5a4f55e4e75185efdb845ddc2 Mon Sep 17 00:00:00 2001 From: Luck Date: Wed, 1 Apr 2020 22:25:42 +0100 Subject: Bump version to 1.4.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4ac7849..61789c7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ allprojects { group = 'me.lucko' - version = '1.3-SNAPSHOT' + version = '1.4-SNAPSHOT' configurations { compileClasspath // Fabric-loom needs this for remap jar for some reason @@ -13,7 +13,7 @@ subprojects { apply plugin: 'idea' ext { - pluginVersion = '1.3.2' + pluginVersion = '1.4.0' pluginDescription = 'spark is a performance profiling plugin based on sk89q\'s WarmRoast profiler' } -- cgit