diff options
author | Luck <git@lucko.me> | 2021-12-22 23:35:37 +0000 |
---|---|---|
committer | Luck <git@lucko.me> | 2021-12-22 23:35:37 +0000 |
commit | e07444fa116a91239be00e153c6f2a0bdf548455 (patch) | |
tree | 83c8ce1a2cc68695c157319bf7283a66cded00c5 | |
parent | 0def5ca6b5c78f7afa7e728129612f5878dd8209 (diff) | |
download | spark-e07444fa116a91239be00e153c6f2a0bdf548455.tar.gz spark-e07444fa116a91239be00e153c6f2a0bdf548455.tar.bz2 spark-e07444fa116a91239be00e153c6f2a0bdf548455.zip |
Bump version
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 31dd226..759d542 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ subprojects { apply plugin: 'java-library' ext { - pluginVersion = '1.6.4' + pluginVersion = '1.6.5' pluginDescription = 'spark is a performance profiling plugin/mod for Minecraft clients, servers and proxies.' } |