Skip to content

Commit

Permalink
Prep 4.0.0.beta5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
javierjulio committed Feb 14, 2024
1 parent b22c60d commit c760930
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
activeadmin (4.0.0.beta4)
activeadmin (4.0.0.beta5)
arbre (~> 2.0)
formtastic (>= 3.1)
formtastic_i18n (>= 0.4)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_61/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
activeadmin (4.0.0.beta4)
activeadmin (4.0.0.beta5)
arbre (~> 2.0)
formtastic (>= 3.1)
formtastic_i18n (>= 0.4)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_70/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
activeadmin (4.0.0.beta4)
activeadmin (4.0.0.beta5)
arbre (~> 2.0)
formtastic (>= 3.1)
formtastic_i18n (>= 0.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/active_admin/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ActiveAdmin
VERSION = "4.0.0.beta4"
VERSION = "4.0.0.beta5"
end
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@activeadmin/activeadmin",
"version": "4.0.0-beta4",
"version": "4.0.0-beta5",
"description": "The administration framework for Ruby on Rails.",
"main": "dist/active_admin.js",
"type": "module",
Expand Down

0 comments on commit c760930

Please sign in to comment.