From 4e26024c41157f3c18cd640d9851e27937a64a51 Mon Sep 17 00:00:00 2001 From: Jaki Chen Date: Tue, 10 Dec 2024 09:23:33 +0800 Subject: [PATCH] v3.0.6 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 769dd15..66058a4 100644 --- a/README.md +++ b/README.md @@ -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.*`): diff --git a/package.json b/package.json index 13368ce..757da03 100644 --- a/package.json +++ b/package.json @@ -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",