From 2c0ada558a4ea121e7e3a8622aa295b95d220cc7 Mon Sep 17 00:00:00 2001 From: Victor Cuena Garcia Date: Fri, 25 Oct 2024 09:44:37 +0200 Subject: [PATCH] Bump to v0.0.4 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d354cc7..a245ee8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-class-migrator", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index b644e22..4630ef4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-class-migrator", - "version": "0.0.3", + "version": "0.0.4", "author": "Victor Cuena Garcia ", "description": "CLI tool to help migrating vue class components to vue 3 compatible components.", "bin": {