From b48b2c506f4bde3863b88a7ef71c83f09a86eb92 Mon Sep 17 00:00:00 2001 From: Javan Makhmali Date: Fri, 26 Jun 2015 14:37:51 -0400 Subject: Bump version --- action_cable.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action_cable.gemspec b/action_cable.gemspec index 714256a73e..1d68c2b0a5 100644 --- a/action_cable.gemspec +++ b/action_cable.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'action_cable' - s.version = '0.0.3' + s.version = '0.1.0' s.summary = 'Framework for websockets.' s.description = 'Action Cable is a framework for realtime communication over websockets.' -- cgit v1.2.3