Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RX14 committed Oct 22, 2017
1 parent 29aac5b commit 7a70973
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add it to `shard.yml`
dependencies:
fast_irc:
github: RX14/fast_irc.cr
version: 0.3.1
version: 0.3.2
```
## Docs
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fast_irc
version: 0.3.1
version: 0.3.2

crystal: 0.23.1

Expand Down
2 changes: 1 addition & 1 deletion src/fast_irc.cr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "./fast_irc/*"

module FastIRC
VERSION = "0.3.1"
VERSION = "0.3.2"

alias Tags = Hash(String, String?)

Expand Down

0 comments on commit 7a70973

Please sign in to comment.