Skip to content

Commit

Permalink
Merge pull request #451 from andywang425:dev
Browse files Browse the repository at this point in the history
7.0.9
  • Loading branch information
andywang425 authored Aug 25, 2023
2 parents 128b1bd + 5fd481b commit fc13b2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bilibili-live-tasks-helper",
"private": true,
"version": "7.0.8",
"version": "7.0.9",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ if (isTargetFrame()) {
document.addEventListener('DOMContentLoaded', () => mountApp())
}
}

// trigger workflow

0 comments on commit fc13b2b

Please sign in to comment.