diff --git a/package-lock.json b/package-lock.json index 66087bfe..2ae1713c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@drincs/pixi-vn", - "version": "0.6.9", + "version": "0.6.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@drincs/pixi-vn", - "version": "0.6.9", + "version": "0.6.10", "license": "GPL-3.0", "dependencies": { "crypto-js": "^4.2.0", diff --git a/package.json b/package.json index 4a2f008c..84b84e0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@drincs/pixi-vn", - "version": "0.6.9", + "version": "0.6.10", "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 6fed8f60..1cdfaaec 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,6 +1,6 @@ import { PauseType, RepeatType } from "./types" -export const PIXIVN_VERSION = '0.6.9' +export const PIXIVN_VERSION = '0.6.10' export const Repeat: RepeatType = "repeat" /** * Pause the tickers for a duration.