From c09a11a4b081760daf491d3e278957f51499b84f Mon Sep 17 00:00:00 2001 From: Black Ram <67595890+BlackRam-oss@users.noreply.github.com> Date: Tue, 21 May 2024 15:09:41 +0200 Subject: [PATCH] chore: Update package version to 0.5.4 --- package.json | 2 +- src/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1bb14a27..fbe76835 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@drincs/pixi-vn", - "version": "0.5.3", + "version": "0.5.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 af57594a..89879782 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1 +1 @@ -export const PIXIVN_VERSION = '0.5.3' \ No newline at end of file +export const PIXIVN_VERSION = '0.5.4' \ No newline at end of file