Skip to content

Commit

Permalink
Prep v4.0.0.beta1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
javierjulio committed Jan 6, 2024
1 parent b052be8 commit a4a4a8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
activeadmin (3.1.0)
activeadmin (4.0.0.beta1)
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 = "3.1.0"
VERSION = "4.0.0.beta1"
end
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@activeadmin/activeadmin",
"version": "3.1.0",
"version": "4.0.0-beta1",
"description": "The administration framework for Ruby on Rails.",
"main": "app/javascript/active_admin.js",
"type": "module",
Expand Down

0 comments on commit a4a4a8a

Please sign in to comment.