Skip to content

Commit

Permalink
bump version to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Sep 17, 2024
1 parent 55cdcb0 commit 97c0fe9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ tailwind-maglev-pro.config.js
node_modules
# Vite uses dotenv and suggests to ignore local-only env files. See
# https://vitejs.dev/guide/env-and-mode.html#env-files
*.local

*.local
bin/test
2 changes: 1 addition & 1 deletion Gemfile.rails_6.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
maglevcms (1.7.2)
maglevcms (1.7.3)
jbuilder (~> 2.12.0)
kaminari (~> 1.2.1)
maglev-injectable (~> 2.1.1)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.rails_7_0.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
maglevcms (1.7.2)
maglevcms (1.7.3)
jbuilder (~> 2.12.0)
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.7.2'
VERSION = '1.7.3'
end

0 comments on commit 97c0fe9

Please sign in to comment.