Skip to content

Commit

Permalink
[nodoc] prep for v4.4.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed Dec 18, 2020
1 parent a311465 commit b024d4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cable_ready (4.4.5)
cable_ready (4.4.6)
rails (>= 5.2)

GEM
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-brightgreen.svg" target="_blank" />
</a>
<a href="http://blog.codinghorror.com/the-best-code-is-no-code-at-all/" target="_blank">
<img alt="Lines of Code" src="https://img.shields.io/badge/lines_of_code-451-brightgreen.svg?style=flat" />
<img alt="Lines of Code" src="https://img.shields.io/badge/lines_of_code-483-brightgreen.svg?style=flat" />
</a>
<a href="https://cableready.stimulusreflex.com" target="_blank">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
Expand Down
2 changes: 1 addition & 1 deletion lib/cable_ready/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CableReady
VERSION = "4.4.5"
VERSION = "4.4.6"
end

0 comments on commit b024d4b

Please sign in to comment.