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"