From b024d4b9558f86cfb62dd4bb1802a516b9af21d8 Mon Sep 17 00:00:00 2001 From: Hopsoft Date: Fri, 18 Dec 2020 09:29:36 -0700 Subject: [PATCH] [nodoc] prep for v4.4.6 release --- Gemfile.lock | 4 ++-- README.md | 2 +- lib/cable_ready/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e5be9c8c..1277a987 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cable_ready (4.4.5) + cable_ready (4.4.6) rails (>= 5.2) GEM @@ -187,7 +187,7 @@ GEM standardrb (1.0.0) standard thor (1.0.1) - tzinfo (2.0.3) + tzinfo (2.0.4) concurrent-ruby (~> 1.0) unicode-display_width (1.7.0) websocket-driver (0.7.3) diff --git a/README.md b/README.md index a89d5835..e5af14d8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ License: MIT - Lines of Code + Lines of Code Documentation diff --git a/lib/cable_ready/version.rb b/lib/cable_ready/version.rb index ab814537..a577e55f 100644 --- a/lib/cable_ready/version.rb +++ b/lib/cable_ready/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CableReady - VERSION = "4.4.5" + VERSION = "4.4.6" end