Skip to content

Commit c3032a3

Browse files
authored
bump and lock down versions for next release (#80)
1 parent 13ee48d commit c3032a3

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

shard.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cable
2-
version: 0.2.2
2+
version: 0.3.0
33

44
authors:
55
- Celso Fernandes <[email protected]>
@@ -17,16 +17,14 @@ dependencies:
1717
development_dependencies:
1818
redis:
1919
github: jgaskins/redis
20-
# version: ~> 0.5.0
21-
branch: master # lock this down later
20+
version: ~> 0.6
2221
# legacy
2322
# uncomment to manually test locally
2423
# redis:
2524
# github: stefanwille/crystal-redis
2625
# version: ~> 2.8.0
2726
ameba:
2827
github: crystal-ameba/ameba
29-
branch: master
30-
# version: ~> 1.5.0
28+
version: ~> 1.5.0
3129

3230
license: MIT

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.2"
8+
VERSION = "0.3.0"
99

1010
INTERNAL = {
1111
message_types: {

0 commit comments

Comments
 (0)