From 0e569e0c45d2f473fe59e15bf4c9ba6e0d6b1625 Mon Sep 17 00:00:00 2001 From: Kenty Akoarum Date: Mon, 6 Nov 2023 08:32:36 +0900 Subject: [PATCH] 0.10.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6fef0f..2d8f1ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@spearly/nuxt-module", - "version": "0.10.0", + "version": "0.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@spearly/nuxt-module", - "version": "0.10.0", + "version": "0.10.1", "license": "Apache-2.0", "dependencies": { "@nuxt/types": "^2.15.7", diff --git a/package.json b/package.json index 12ee533..6792099 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spearly/nuxt-module", - "version": "0.10.0", + "version": "0.10.1", "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",