Skip to content

Commit

Permalink
update package.json and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sajadevo committed May 5, 2023
1 parent ed39c12 commit 17192c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<img src="https://img.shields.io/npm/dt/@material-tailwind/react.svg" alt="Total Downloads">
</a>
<a href="https://github.com/creativetimofficial/material-tailwind/releases">
<img src="https://img.shields.io/badge/version-1.4.2-blue.svg" alt="Version" />
<img src="https://img.shields.io/badge/version-2.0.0-blue.svg" alt="Version" />
</a>
</p>
<p align="center">
Expand Down Expand Up @@ -263,7 +263,7 @@ root.render(
<ThemeProvider>
<App />
</ThemeProvider>
</React.StrictMode>
</React.StrictMode>,
);
```

Expand Down
2 changes: 1 addition & 1 deletion packages/material-tailwind-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<img src="https://img.shields.io/npm/dt/@material-tailwind/react.svg" alt="Total Downloads">
</a>
<a href="https://github.com/creativetimofficial/material-tailwind/releases">
<img src="https://img.shields.io/badge/version-1.5.0-blue.svg" alt="Version" />
<img src="https://img.shields.io/badge/version-2.0.0-blue.svg" alt="Version" />
</a>
<a href="https://www.material-tailwind.com/docs/react/license">
<img src="https://img.shields.io/badge/license-MIT-blue" alt="Licenese">
Expand Down
2 changes: 1 addition & 1 deletion packages/material-tailwind-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@material-tailwind/react",
"homepage": "https://material-tailwind.com",
"version": "1.5.0",
"version": "2.0.0",
"description": "@material-tailwind/react is an easy-to-use components library for ReactJS & Tailwind CSS inspired by Material Design.",
"repository": "https://github.com/creativetimofficial/material-tailwind",
"license": "MIT",
Expand Down

0 comments on commit 17192c1

Please sign in to comment.