Skip to content

Commit 4c3c65b

Browse files
authored
bump versions for release (#53)
1 parent 3c5cbf7 commit 4c3c65b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cable
2-
version: 0.2.1
2+
version: 0.2.2
33

44
authors:
55
- Celso Fernandes <[email protected]>

src/cable.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require "./cable/**"
55

66
# TODO: Write documentation for `Cable`
77
module Cable
8-
VERSION = "0.2.1"
8+
VERSION = "0.2.2"
99

1010
INTERNAL = {
1111
message_types: {

0 commit comments

Comments
 (0)