diff options
author | Luck <git@lucko.me> | 2021-06-15 20:07:42 +0100 |
---|---|---|
committer | Luck <git@lucko.me> | 2021-06-15 20:07:42 +0100 |
commit | 60b4abe394895c92bdb89374211c696384835934 (patch) | |
tree | c79081285039dbde39645d0bf0f429f52799a6d1 /build.gradle | |
parent | 70cf71602de11ff3e2fa8890d95c9f6fba811b9e (diff) | |
download | spark-60b4abe394895c92bdb89374211c696384835934.tar.gz spark-60b4abe394895c92bdb89374211c696384835934.tar.bz2 spark-60b4abe394895c92bdb89374211c696384835934.zip |
Bump version
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
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.' } |