Skip to content

Commit c022072

Browse files
authored
bump version for next release (#104)
1 parent 661cc23 commit c022072

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.3.1
2+
version: 0.4.0
33

44
authors:
55
- Celso Fernandes <celso.fernandes@gmail.com>

src/cable.cr

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

88
# TODO: Write documentation for `Cable`
99
module Cable
10-
VERSION = "0.3.1"
10+
VERSION = "0.4.0"
1111

1212
INTERNAL = {
1313
message_types: {

0 commit comments

Comments
 (0)