Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rzane committed Jul 23, 2024
1 parent 5fb299e commit 5ec0c05
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:
demo_mode (1.3.0)
demo_mode (1.4.0)
cli-ui
rails (>= 6.1)
sprockets-rails
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
demo_mode (1.3.0)
demo_mode (1.4.0)
cli-ui
rails (>= 6.1)
sprockets-rails
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
demo_mode (1.3.0)
demo_mode (1.4.0)
cli-ui
rails (>= 6.1)
sprockets-rails
Expand Down
2 changes: 1 addition & 1 deletion lib/demo_mode/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DemoMode
VERSION = '1.3.0'
VERSION = '1.4.0'
end

0 comments on commit 5ec0c05

Please sign in to comment.