Skip to content

Commit

Permalink
v5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed May 14, 2024
1 parent 5c5a2ae commit 875bd51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cable_ready (5.0.4)
cable_ready (5.0.5)
actionpack (>= 5.2)
actionview (>= 5.2)
activesupport (>= 5.2)
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 = "5.0.4"
VERSION = "5.0.5"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cable_ready",
"version": "5.0.4",
"version": "5.0.5",
"description": "CableReady helps you create great real-time user experiences by making it simple to trigger client-side DOM changes from server-side Ruby.",
"keywords": [
"ruby",
Expand Down

0 comments on commit 875bd51

Please sign in to comment.