From 60b4abe394895c92bdb89374211c696384835934 Mon Sep 17 00:00:00 2001 From: Luck Date: Tue, 15 Jun 2021 20:07:42 +0100 Subject: Bump version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 88afbd6..0819f69 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ subprojects { apply plugin: 'java-library' ext { - pluginVersion = '1.6.0' + pluginVersion = '1.6.1' pluginDescription = 'spark is a performance profiling plugin/mod for Minecraft clients, servers and proxies.' } -- cgit