Skip to content

Commit

Permalink
release: v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed May 23, 2022
1 parent 5a4c930 commit b68f1d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/coreui-free-react-admin-template",
"version": "4.3.0",
"version": "4.3.1",
"description": "CoreUI Free React Admin Template",
"homepage": ".",
"bugs": {
Expand All @@ -14,7 +14,7 @@
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
"scripts": {
"build": "react-scripts build",
"changelog": "auto-changelog --starting-version 4.1.0 --commit-limit false --hide-credit",
"changelog": "auto-changelog --starting-version 4.3.1 --commit-limit false --hide-credit",
"eject": "react-scripts eject",
"lint": "eslint \"src/**/*.js\"",
"start": "react-scripts start",
Expand All @@ -23,7 +23,7 @@
"test:debug": "react-scripts --inspect-brk test --runInBand"
},
"config": {
"coreui_library_short_version": "4.1"
"coreui_library_short_version": "4.2"
},
"dependencies": {
"@coreui/chartjs": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
* CoreUI Free React.js Admin Template
* @version v4.3.0
* @version v4.3.1
* @link https://coreui.io/react/
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
* License MIT
Expand Down

0 comments on commit b68f1d9

Please sign in to comment.