Skip to content

Commit

Permalink
bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Jan 7, 2024
1 parent 52e1c87 commit c0ac5d4
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:
maglevcms (1.5.0)
maglevcms (1.5.1)
jbuilder (~> 2.11.2)
kaminari (~> 1.2.1)
maglev-injectable (~> 2.1.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/maglev/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Maglev
VERSION = '1.5.0'
VERSION = '1.5.1'
end
2 changes: 1 addition & 1 deletion template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Puma 5.x can't serve files generated by Vite 🤷🏻
gsub_file 'Gemfile', /gem "puma", "~> 5\.\d"/, 'gem "puma", "~> 6.0"'

gem 'maglevcms', '~> 1.5.0'
gem 'maglevcms', '~> 1.5.1'
gem 'maglevcms-hyperui-kit', '~> 1.1.0'
gem 'image_processing', '~> 1.2'

Expand Down

0 comments on commit c0ac5d4

Please sign in to comment.