Skip to content

Commit

Permalink
5.0.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Mar 26, 2023
1 parent 8098c66 commit 6af229c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.0.pre10)
cable_ready (5.0.0.rc1)
actionpack (>= 5.2)
actionview (>= 5.2)
activesupport (>= 5.2)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Please run `./bin/standardize` prior submitting pull requests.
1. Make sure that you run `yarn` and `bundle` to pick up the latest.
1. Bump version number at `lib/cable_ready/version.rb`. Pre-release versions use `.preN`
1. Run `rake build` and `yarn build`
1. Commit and push changes to github
1. Commit and push changes to GitHub
1. Run `rake release`
1. Run `yarn publish --no-git-tag-version`
1. Yarn will prompt you for the new version. Pre-release versions use `-preN`
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.0.pre10"
VERSION = "5.0.0.rc1"
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.0-pre10",
"version": "5.0.0-rc1",
"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 6af229c

Please sign in to comment.