Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RX14 committed Oct 22, 2017
1 parent 4aa0030 commit 97fe88b
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.0
version: 0.3.1
```
## 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.0
version: 0.3.1

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.0"
VERSION = "0.3.1"

alias Tags = Hash(String, String?)

Expand Down

0 comments on commit 97fe88b

Please sign in to comment.