From 1e4472a73f8f78fd41325d0906bde008c5b02f4f Mon Sep 17 00:00:00 2001 From: Hopsoft Date: Sun, 26 Apr 2020 19:35:05 -0600 Subject: [PATCH] Version bump --- README.md | 2 +- lib/cable_ready/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a36076d7..ae3a6f23 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 3b44719a..63c92d5e 100644 --- a/lib/cable_ready/version.rb +++ b/lib/cable_ready/version.rb @@ -1,3 +1,3 @@ module CableReady - VERSION = "4.1.1" + VERSION = "4.1.2" end