diff --git a/package-lock.json b/package-lock.json index 7f35a34..54f7239 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "frosti", - "version": "1.2.1", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "frosti", - "version": "1.2.1", + "version": "2.0.0", "dependencies": { "@astrojs/mdx": "^2.3.1", "@astrojs/rss": "^4.0.7", diff --git a/package.json b/package.json index d9384dc..18ee47b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frosti", "type": "module", - "version": "1.2.1", + "version": "2.0.0", "scripts": { "dev": "astro dev", "start": "astro dev",