aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2021-10-08 21:37:09 +0100
committerLuck <git@lucko.me>2021-10-08 21:37:09 +0100
commit7760d4a9fee5b7e5f6ca9b84129e84a1c373131e (patch)
tree31d61523d39b1b2a51f6d9c71ee2491d6533a27b
parent8a7f5f0e10acfa8e91fd039e3d84d89e61701080 (diff)
downloadspark-7760d4a9fee5b7e5f6ca9b84129e84a1c373131e.tar.gz
spark-7760d4a9fee5b7e5f6ca9b84129e84a1c373131e.tar.bz2
spark-7760d4a9fee5b7e5f6ca9b84129e84a1c373131e.zip
Bump version to 1.6.2
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 0819f69..91ae2c7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ subprojects {
apply plugin: 'java-library'
ext {
- pluginVersion = '1.6.1'
+ pluginVersion = '1.6.2'
pluginDescription = 'spark is a performance profiling plugin/mod for Minecraft clients, servers and proxies.'
}