diff --git a/package-lock.json b/package-lock.json index 9b48282..c0cea56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-theme-vitesse", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-theme-vitesse", - "version": "1.0.0", + "version": "1.0.1", "dependencies": { "@astrojs/mdx": "^2.3.1", "@astrojs/rss": "^4.0.5", diff --git a/package.json b/package.json index cc4270b..9fcc046 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-theme-vitesse", "type": "module", - "version": "1.0.0", + "version": "1.0.1", "scripts": { "prepare": "simple-git-hooks", "dev": "astro dev --host",