Skip to content

Commit

Permalink
Generate version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Wilk committed Aug 29, 2022
1 parent d6289a3 commit c2020a3
Show file tree
Hide file tree
Showing 79 changed files with 875 additions and 973 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MDB 5 React

Version: FREE 4.1.0
Version: FREE 4.2.0

Documentation:
https://mdbootstrap.com/docs/b5/react/
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdb-react-ui-kit-demo",
"version": "4.1.0",
"version": "4.2.0",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/Card/CardSubTitle/types.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BaseComponent } from '../../../types/baseComponent';
import { BaseComponent } from "../../../types/baseComponent";

interface CardSubTitleProps extends BaseComponent {
tag?: React.ComponentProps<any>;
Expand Down
Loading

0 comments on commit c2020a3

Please sign in to comment.