diff --git a/package-lock.json b/package-lock.json index d5886f6a..744c0abe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@drincs/pixi-vn", - "version": "0.5.8", + "version": "0.5.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@drincs/pixi-vn", - "version": "0.5.8", + "version": "0.5.9", "license": "GPL-3.0", "dependencies": { "crypto-js": "^4.2.0", diff --git a/package.json b/package.json index 67cd2a58..84cbe457 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@drincs/pixi-vn", - "version": "0.5.8", + "version": "0.5.9", "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 df83fb91..c8880a3d 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1 +1 @@ -export const PIXIVN_VERSION = '0.5.8' \ No newline at end of file +export const PIXIVN_VERSION = '0.5.9' \ No newline at end of file