Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Jun 1, 2023
1 parent 17bb67e commit 28f0d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Loading CSS files from CDN is not recommended for production. It's better to ins

```html
<link
href="https://cdn.jsdelivr.net/npm/daisyui@2.51.5/dist/full.css"
href="https://cdn.jsdelivr.net/npm/daisyui@3.0.0/dist/full.css"
rel="stylesheet"
type="text/css" />
<script src="https://cdn.tailwindcss.com"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/docs/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_DAISYUI_VERSION=2.51.2
VITE_DAISYUI_VERSION=3.0.0

0 comments on commit 28f0d08

Please sign in to comment.