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