diff --git a/package-lock.json b/package-lock.json index 2730239d..73286c2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@drincs/pixi-vn", - "version": "0.6.14", + "version": "0.6.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@drincs/pixi-vn", - "version": "0.6.14", + "version": "0.6.15", "license": "GPL-3.0", "dependencies": { "@pixi/devtools": "^2.0.1", diff --git a/package.json b/package.json index eb0e5ae6..2f4e5081 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@drincs/pixi-vn", - "version": "0.6.14", + "version": "0.6.15", "type": "module", "description": "Pixi'VN is a npm package that provides various features for creating visual novels.", "main": "./dist/index.js", diff --git a/src/constants.ts b/src/constants.ts index c537c89c..f979a520 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,7 +1,7 @@ import { filters as f } from '@pixi/sound'; import { PauseType, RepeatType } from "./types"; -export const PIXIVN_VERSION = '0.6.14' +export const PIXIVN_VERSION = '0.6.15' export const Repeat: RepeatType = "repeat" /** * Pause the tickers for a duration.