Skip to content

Commit a70855d

Browse files
committed
[nodoc] prep for v4.4.5
1 parent d64b149 commit a70855d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cable_ready (4.4.4)
4+
cable_ready (4.4.5)
55
rails (>= 5.2)
66

77
GEM

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-brightgreen.svg" target="_blank" />
1212
</a>
1313
<a href="http://blog.codinghorror.com/the-best-code-is-no-code-at-all/" target="_blank">
14-
<img alt="Lines of Code" src="https://img.shields.io/badge/lines_of_code-443-brightgreen.svg?style=flat" />
14+
<img alt="Lines of Code" src="https://img.shields.io/badge/lines_of_code-451-brightgreen.svg?style=flat" />
1515
</a>
1616
<a href="https://cableready.stimulusreflex.com" target="_blank">
1717
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />

lib/cable_ready/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module CableReady
4-
VERSION = "4.4.4"
4+
VERSION = "4.4.5"
55
end

0 commit comments

Comments
 (0)