diff --git a/package.json b/package.json index 578d669a6..035e0f7ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "admin-lte", "description": "Responsive open source admin dashboard and control panel.", - "version": "4.0.0-alpha3", + "version": "4.0.0-beta1", "license": "MIT", "author": "Colorlib ", "main": "dist/js/adminlte.min.js", diff --git a/src/html/components/docs/introduction.mdx b/src/html/components/docs/introduction.mdx index ca77bd448..390976e2a 100644 --- a/src/html/components/docs/introduction.mdx +++ b/src/html/components/docs/introduction.mdx @@ -16,7 +16,7 @@ _**Important Note**: You needed to add separately cdn links for plugins in your ```html @@ -25,7 +25,7 @@ _**Important Note**: You needed to add separately cdn links for plugins in your ```html @@ -38,19 +38,19 @@ _**Important Note**: To install it via npm/Yarn, you need at least Node.js 14 or #### Via npm ```bash -npm install admin-lte@4.0.0-alpha2 --save +npm install admin-lte@4.0.0-beta1 --save ``` #### Via Yarn ```bash -yarn add admin-lte@4.0.0-alpha2 +yarn add admin-lte@4.0.0-beta1 ``` #### Via Composer ```bash -composer require "almasaeed2010/adminlte=4.0.0-alpha2" +composer require "almasaeed2010/adminlte=4.0.0-beta1" ``` #### Via Git diff --git a/src/scss/adminlte.scss b/src/scss/adminlte.scss index 409600829..87ac5c310 100644 --- a/src/scss/adminlte.scss +++ b/src/scss/adminlte.scss @@ -1,5 +1,5 @@ /*! - * AdminLTE v4.0.0-alpha2 + * AdminLTE v4.0.0-beta1 * Author: Colorlib * Website: AdminLTE.io * License: Open source - MIT