aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2021-06-15 20:07:42 +0100
committerLuck <git@lucko.me>2021-06-15 20:07:42 +0100
commit60b4abe394895c92bdb89374211c696384835934 (patch)
treec79081285039dbde39645d0bf0f429f52799a6d1 /build.gradle
parent70cf71602de11ff3e2fa8890d95c9f6fba811b9e (diff)
downloadspark-60b4abe394895c92bdb89374211c696384835934.tar.gz
spark-60b4abe394895c92bdb89374211c696384835934.tar.bz2
spark-60b4abe394895c92bdb89374211c696384835934.zip
Bump version
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
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.'
}