From 6dc107ae485d0897e028d529ed0c05568e2a0f77 Mon Sep 17 00:00:00 2001 From: lucko Date: Sun, 30 Jan 2022 00:06:06 +0000 Subject: Bump version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fd6813f..9e64e75 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ subprojects { apply plugin: 'java-library' ext { - pluginVersion = '1.7.2' + pluginVersion = '1.8.0' pluginDescription = 'spark is a performance profiling plugin/mod for Minecraft clients, servers and proxies.' } -- cgit