aboutsummaryrefslogtreecommitdiff
path: root/bukkit
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2018-05-30 15:56:37 +0100
committerLuck <git@lucko.me>2018-05-30 15:56:37 +0100
commit46b5064045f631ff66ed4a144bed6919e069bbbd (patch)
treed5aa10b4d7dd3289ba45abd74303ed6bcb4b46a4 /bukkit
parentf7c84b3ced3b079f33517f360414b406658a2a72 (diff)
downloadspark-46b5064045f631ff66ed4a144bed6919e069bbbd.tar.gz
spark-46b5064045f631ff66ed4a144bed6919e069bbbd.tar.bz2
spark-46b5064045f631ff66ed4a144bed6919e069bbbd.zip
Set a max size for the worker pool, replace synchronization with concurrent collections & a phaser
Diffstat (limited to 'bukkit')
-rw-r--r--bukkit/src/main/resources/plugin.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bukkit/src/main/resources/plugin.yml b/bukkit/src/main/resources/plugin.yml
index 1914e04..d5db506 100644
--- a/bukkit/src/main/resources/plugin.yml
+++ b/bukkit/src/main/resources/plugin.yml
@@ -1,5 +1,5 @@
name: spark
-version: 1.0.2
+version: 1.0.3
description: ${project.description}
authors: [Luck, sk89q]
main: me.lucko.spark.bukkit.SparkBukkitPlugin