From 2539ee1bb6a36161be85e7ae7fa53ec7a7493235 Mon Sep 17 00:00:00 2001 From: Ali Naqvi Date: Sat, 19 Jun 2021 17:06:47 +0800 Subject: [PATCH] Reduce CPU usage of wait group by blocking --- shard.yml | 2 +- src/cr-xmpp.cr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shard.yml b/shard.yml index d65ef0f..5705dbf 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: cr-xmpp -version: 0.1.8 +version: 0.1.9 description: | XMPP/Jabber Library for Crystal focusing on simplicity, simple automation, and IoT. diff --git a/src/cr-xmpp.cr b/src/cr-xmpp.cr index 7d9f108..a11218e 100644 --- a/src/cr-xmpp.cr +++ b/src/cr-xmpp.cr @@ -1,5 +1,5 @@ module XMPP - VERSION = "0.1.8" + VERSION = "0.1.9" end require "./xmpp"