Skip to content

Commit

Permalink
v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JakiChen committed Dec 10, 2024
1 parent ab45ce4 commit 4e26024
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 @@ -39,7 +39,7 @@ If you run into issues, try with [Manual Setup](#1-install-and-configure) guide.
- **Step 1**: To install manually, run:

```shell
npm install astro-svgs
npm install astro-favicons
```

- **Step 2**: Add the integration to your Astro config file (`astro.config.*`):
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-favicons",
"version": "3.0.5",
"version": "3.0.6",
"description": "An all-in-one favicon and PWA assets generator for Astro projects. It automates the creation of favicons, manifest, and supports hot reloading for efficient development. Powered by `astro-capo`, it keeps your ﹤𝚑𝚎𝚊𝚍﹥ content well-organized and tidy.",
"type": "module",
"main": "./dist/index.mjs",
Expand Down

0 comments on commit 4e26024

Please sign in to comment.