From e670f68c163173d629b9f2d6b5869565a4fcd6dc Mon Sep 17 00:00:00 2001 From: Black Ram <67595890+BlackRam-oss@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:41:10 +0200 Subject: [PATCH] v0.2.2 --- 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 4ea7f04..72dda31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-pixi-vn", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-pixi-vn", - "version": "0.2.1", + "version": "0.2.2", "license": "GPL-3.0", "bin": { "create-pixi-vn": "index.js", diff --git a/package.json b/package.json index 2697148..dec3c83 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "create-pixi-vn", "description": "Create a new Pixi’VN project", - "version": "0.2.1", + "version": "0.2.2", "type": "module", "license": "GPL-3.0", "author": "DRincs-Productions",