From 517ce5026062b1fbe1db83b25b6c1d95f3f3ee9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislas=20Ormi=C3=A8res?= Date: Thu, 14 Sep 2023 14:44:39 +0200 Subject: [PATCH] 1.6.3 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc14a90..dae138f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-vue-dsfr", - "version": "1.6.2", + "version": "1.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "create-vue-dsfr", - "version": "1.6.2", + "version": "1.6.3", "license": "ISC", "dependencies": { "adm-zip": "^0.5.10", diff --git a/package.json b/package.json index ffc0800..5bb6dbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-vue-dsfr", - "version": "1.6.2", + "version": "1.6.3", "description": "Assistant d’installation pour les projets utilisant VueDsfr", "author": "Stanislas Ormières ", "bin": { @@ -45,4 +45,4 @@ "@types/node": "^18.11.18", "prettier": "^2.8.1" } -} \ No newline at end of file +}