From 265f1f1ebae2422df8ee9fe66184d6cd20c73494 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Tue, 7 Apr 2015 16:32:22 -0500 Subject: Bump version --- lib/action_cable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/action_cable.rb b/lib/action_cable.rb index 3352453491..1926201f1f 100644 --- a/lib/action_cable.rb +++ b/lib/action_cable.rb @@ -17,7 +17,7 @@ require 'em-hiredis' require 'action_cable/engine' if defined?(Rails) module ActionCable - VERSION = '0.0.1' + VERSION = '0.0.3' autoload :Channel, 'action_cable/channel' autoload :Worker, 'action_cable/worker' -- cgit v1.2.3