Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Aug 23, 2024
1 parent 9fe1219 commit afabe6f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drincs/pixi-vn",
"version": "0.7.0",
"version": "0.7.1",
"type": "module",
"description": "Pixi'VN is a npm package that provides various features for creating visual novels.",
"main": "./dist/index.cjs",
Expand All @@ -25,7 +25,7 @@
"homepage": "https://pixi-vn.web.app/",
"funding": "https://github.com/DRincs-Productions/pixi-vn?sponsor=1",
"devDependencies": {
"@drincs/pixi-vn": "^0.6.16",
"@drincs/pixi-vn": "^0.7.0",
"@pixi/devtools": "^2.0.1",
"@pixi/sound": "^6.0.1",
"@types/crypto-js": "^4.2.2",
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.7.0'
export const PIXIVN_VERSION = '0.7.1'
export const Repeat: RepeatType = "repeat"
/**
* Pause the tickers for a duration.
Expand Down

0 comments on commit afabe6f

Please sign in to comment.