From 38606ab7c5bde438b5852b3c35677ee2bbc33a02 Mon Sep 17 00:00:00 2001 From: Black Ram <67595890+BlackRam-oss@users.noreply.github.com> Date: Sat, 11 May 2024 16:45:47 +0200 Subject: [PATCH] chore: Bump package version to 0.4.4 --- package-lock.json | 4 ++-- package.json | 2 +- src/constants.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1179f4ff..629d93b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@drincs/pixi-vn", - "version": "0.4.3", + "version": "0.4.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@drincs/pixi-vn", - "version": "0.4.3", + "version": "0.4.4", "license": "GPL-3.0", "dependencies": { "crypto-js": "^4.2.0", diff --git a/package.json b/package.json index bd883397..cfb769eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@drincs/pixi-vn", - "version": "0.4.3", + "version": "0.4.4", "description": "Pixi'VN is a npm package that provides various features for creating visual novels.", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/src/constants.ts b/src/constants.ts index a332ae74..45f5656e 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1 +1 @@ -export const PIXIVN_VERSION = '0.4.3' \ No newline at end of file +export const PIXIVN_VERSION = '0.4.4' \ No newline at end of file