From 22860f62869bb6cfc7228fbf00f80c09e75a850b Mon Sep 17 00:00:00 2001 From: Black Ram <67595890+BlackRam-oss@users.noreply.github.com> Date: Wed, 29 May 2024 14:56:36 +0200 Subject: [PATCH] chore: Update package version to 0.5.7 --- package.json | 2 +- src/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3631d0b7..7b58931b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@drincs/pixi-vn", - "version": "0.5.6", + "version": "0.5.7", "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 4e3f6ea2..e15989ba 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1 +1 @@ -export const PIXIVN_VERSION = '0.5.6' \ No newline at end of file +export const PIXIVN_VERSION = '0.5.7' \ No newline at end of file