diff --git a/package.json b/package.json index 484baea..4e165e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-content-snippet", "type": "module", - "version": "0.0.1", + "version": "0.0.2", "packageManager": "pnpm@8.6.5", "description": "Easily import code snippets to your Nuxt Content documents", "author": "Phojie Rengel ", diff --git a/playground/package.json b/playground/package.json index a083634..02964a5 100755 --- a/playground/package.json +++ b/playground/package.json @@ -1,6 +1,6 @@ { "name": "playground", - "version": "0.0.1", + "version": "0.0.2", "private": true, "scripts": { "dev": "nuxi dev",