Skip to content

Commit

Permalink
chore: Bump version to 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrubisch committed Nov 9, 2023
1 parent 6df4de1 commit b8cfd0d
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.1)
cable_ready (5.0.2)
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.1"
VERSION = "5.0.2"
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.1",
"version": "5.0.2",
"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 b8cfd0d

Please sign in to comment.