Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manastyretskyi committed Jul 25, 2022
1 parent 59e002e commit c718a8b
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:
rails_live_reload (0.2.0)
rails_live_reload (0.3.0)
listen
nio4r
railties
Expand Down
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rails_live_reload",
"version": "0.2.0",
"version": "0.3.0",
"repository": "https://github.com/railsjazz/rails_live_reload.git",
"author": "www.railsjazz.com",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion lib/rails_live_reload/javascript/websocket.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/rails_live_reload/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RailsLiveReload
VERSION = "0.2.0"
VERSION = "0.3.0"
end

0 comments on commit c718a8b

Please sign in to comment.