Skip to content

Commit b68f1d9

Browse files
committed
release: v4.3.1
1 parent 5a4c930 commit b68f1d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-react-admin-template",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "CoreUI Free React Admin Template",
55
"homepage": ".",
66
"bugs": {
@@ -14,7 +14,7 @@
1414
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
1515
"scripts": {
1616
"build": "react-scripts build",
17-
"changelog": "auto-changelog --starting-version 4.1.0 --commit-limit false --hide-credit",
17+
"changelog": "auto-changelog --starting-version 4.3.1 --commit-limit false --hide-credit",
1818
"eject": "react-scripts eject",
1919
"lint": "eslint \"src/**/*.js\"",
2020
"start": "react-scripts start",
@@ -23,7 +23,7 @@
2323
"test:debug": "react-scripts --inspect-brk test --runInBand"
2424
},
2525
"config": {
26-
"coreui_library_short_version": "4.1"
26+
"coreui_library_short_version": "4.2"
2727
},
2828
"dependencies": {
2929
"@coreui/chartjs": "^3.0.0",

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI Free React.js Admin Template
4-
* @version v4.3.0
4+
* @version v4.3.1
55
* @link https://coreui.io/react/
66
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
77
* License MIT

0 commit comments

Comments
 (0)