diff --git a/README.md b/README.md index 088857a..16d3798 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add it to `shard.yml` dependencies: fast_irc: github: RX14/fast_irc.cr - version: 0.3.0 + version: 0.3.1 ``` ## Docs diff --git a/shard.yml b/shard.yml index a6713ee..9b19fcb 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: fast_irc -version: 0.3.0 +version: 0.3.1 crystal: 0.23.1 diff --git a/src/fast_irc.cr b/src/fast_irc.cr index 57d3d95..7c4bb3a 100644 --- a/src/fast_irc.cr +++ b/src/fast_irc.cr @@ -1,7 +1,7 @@ require "./fast_irc/*" module FastIRC - VERSION = "0.3.0" + VERSION = "0.3.1" alias Tags = Hash(String, String?)