We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5cbf7 commit 4c3c65bCopy full SHA for 4c3c65b
shard.yml
@@ -1,5 +1,5 @@
1
name: cable
2
-version: 0.2.1
+version: 0.2.2
3
4
authors:
5
- Celso Fernandes <[email protected]>
src/cable.cr
@@ -5,7 +5,7 @@ require "./cable/**"
6
# TODO: Write documentation for `Cable`
7
module Cable
8
- VERSION = "0.2.1"
+ VERSION = "0.2.2"
9
10
INTERNAL = {
11
message_types: {
0 commit comments