Skip to content

Commit 17192c1

Browse files
committed
update package.json and readme
1 parent ed39c12 commit 17192c1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<img src="https://img.shields.io/npm/dt/@material-tailwind/react.svg" alt="Total Downloads">
1212
</a>
1313
<a href="https://github.com/creativetimofficial/material-tailwind/releases">
14-
<img src="https://img.shields.io/badge/version-1.4.2-blue.svg" alt="Version" />
14+
<img src="https://img.shields.io/badge/version-2.0.0-blue.svg" alt="Version" />
1515
</a>
1616
</p>
1717
<p align="center">
@@ -263,7 +263,7 @@ root.render(
263263
<ThemeProvider>
264264
<App />
265265
</ThemeProvider>
266-
</React.StrictMode>
266+
</React.StrictMode>,
267267
);
268268
```
269269

packages/material-tailwind-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<img src="https://img.shields.io/npm/dt/@material-tailwind/react.svg" alt="Total Downloads">
99
</a>
1010
<a href="https://github.com/creativetimofficial/material-tailwind/releases">
11-
<img src="https://img.shields.io/badge/version-1.5.0-blue.svg" alt="Version" />
11+
<img src="https://img.shields.io/badge/version-2.0.0-blue.svg" alt="Version" />
1212
</a>
1313
<a href="https://www.material-tailwind.com/docs/react/license">
1414
<img src="https://img.shields.io/badge/license-MIT-blue" alt="Licenese">

packages/material-tailwind-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@material-tailwind/react",
33
"homepage": "https://material-tailwind.com",
4-
"version": "1.5.0",
4+
"version": "2.0.0",
55
"description": "@material-tailwind/react is an easy-to-use components library for ReactJS & Tailwind CSS inspired by Material Design.",
66
"repository": "https://github.com/creativetimofficial/material-tailwind",
77
"license": "MIT",

0 commit comments

Comments
 (0)