From 00cd7fc42097602c0acab0f353914bf9cc355c30 Mon Sep 17 00:00:00 2001
From: Daniel <50356015+danny007in@users.noreply.github.com>
Date: Tue, 2 May 2023 13:12:06 +0530
Subject: [PATCH] Bump v4.0.0-alpha1 to v4.0.0-alpha2
---
src/html/components/docs/introduction/index.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/html/components/docs/introduction/index.md b/src/html/components/docs/introduction/index.md
index 84e9a7d0c..20f43a4c8 100644
--- a/src/html/components/docs/introduction/index.md
+++ b/src/html/components/docs/introduction/index.md
@@ -10,24 +10,24 @@ Legacy Releases are [AdminLTE 3](https://github.com/ColorlibHQ/AdminLTE/releases
### Grab from [jsdelivr](https://www.jsdelivr.com/package/npm/admin-lte) CDN:
_**Important Note**: You needed to add separately cdn links for plugins in your project._
```html
-
+
```
```html
-
+
```
### Using The Command Line:
_**Important Note**: To install it via npm/Yarn, you need at least Node.js 14 or higher._
#### Via npm
```bash
-npm install admin-lte@4.0.0-alpha1 --save
+npm install admin-lte@4.0.0-alpha2 --save
```
#### Via Yarn
```bash
-yarn add admin-lte@4.0.0-alpha1
+yarn add admin-lte@4.0.0-alpha2
```
#### Via Composer
```bash
-composer require "almasaeed2010/adminlte=4.0.0-alpha1"
+composer require "almasaeed2010/adminlte=4.0.0-alpha2"
```
#### Via Git
```bash