From d89c11aa46540cf53d53ad3591e25c6406ebfc42 Mon Sep 17 00:00:00 2001 From: Black Ram <67595890+BlackRam-oss@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:57:09 +0200 Subject: [PATCH] v0.6.12 --- package-lock.json | 4 ++-- package.json | 2 +- src/constants.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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.