From dd833f2c280d98625213efcfda2bbf249a2a1f63 Mon Sep 17 00:00:00 2001 From: REJack Date: Tue, 2 Feb 2021 08:22:33 +0100 Subject: [PATCH] updated version numbers in docs/index.md --- docs/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index d4c8cdec6..fc71a03ac 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,11 +16,11 @@ Visit the releases section on GitHub and download the [latest release](https://g _**Important Note**: You needed to add separately cdn links for plugins in your project._ ```html - + ``` ```html - + ``` @@ -29,19 +29,19 @@ _**Important Note**: You needed to add separately cdn links for plugins in your #### Via NPM ```bash -npm install admin-lte@^3.0 --save +npm install admin-lte@^3.1 --save ``` #### Via Yarn ```bash -yarn add admin-lte@^3.0 +yarn add admin-lte@^3.1 ``` #### Via Composer ```bash -composer require "almasaeed2010/adminlte=~3.0" +composer require "almasaeed2010/adminlte=~3.1" ``` #### Via Git