Skip to content

Commit

Permalink
v0.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Aug 20, 2024
1 parent cafea0c commit 335bee1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 335bee1

Please sign in to comment.