diff --git a/package-lock.json b/package-lock.json index 1dba3194..059c3984 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@drincs/pixi-vn", - "version": "0.6.11", + "version": "0.6.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@drincs/pixi-vn", - "version": "0.6.11", + "version": "0.6.12", "license": "GPL-3.0", "dependencies": { "@pixi/devtools": "^2.0.1", diff --git a/package.json b/package.json index e8b6063c..6ddb5e12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@drincs/pixi-vn", - "version": "0.6.11", + "version": "0.6.12", "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 bb96c311..9b859324 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,6 +1,6 @@ import { PauseType, RepeatType } from "./types" -export const PIXIVN_VERSION = '0.6.11' +export const PIXIVN_VERSION = '0.6.12' export const Repeat: RepeatType = "repeat" /** * Pause the tickers for a duration.