diff --git a/package-lock.json b/package-lock.json index 8fa332e..de4c185 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@spearly/nuxt-module", - "version": "0.8.2", + "version": "0.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@spearly/nuxt-module", - "version": "0.8.2", + "version": "0.9.0", "license": "Apache-2.0", "dependencies": { "@nuxt/types": "^2.15.7", diff --git a/package.json b/package.json index 800ed68..c222c84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spearly/nuxt-module", - "version": "0.8.2", + "version": "0.9.0", "description": "This package allows you to easily implement Spearly in your nuxt project!", "main": "dist/cjs/nuxt-module.js", "module": "dist/esm/nuxt-module.js",