We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f74c32 commit d732633Copy full SHA for d732633
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@coreui/coreui-free-react-admin-template",
3
- "version": "4.0.0",
+ "version": "4.1.0",
4
"description": "CoreUI Free React Admin Template",
5
"homepage": ".",
6
"bugs": {
@@ -23,7 +23,7 @@
23
"test:debug": "react-scripts --inspect-brk test --runInBand"
24
},
25
"config": {
26
- "coreui_library_short_version": "4.0"
+ "coreui_library_short_version": "4.1"
27
28
"dependencies": {
29
"@coreui/chartjs": "^3.0.0",
public/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
* CoreUI Free React.js Admin Template
-* @version v4.0.0
+* @version v4.1.0
* @link https://coreui.io/react/
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
7
* License MIT
0 commit comments