Skip to content

Commit

Permalink
Bump Version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Sep 8, 2024
1 parent afd8480 commit e419667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_fullName__",
"short_name": "__MSG_shortName__",
"version": "0.3.2",
"version": "0.3.3",
"default_locale": "zh_CN",
"description": "__MSG_Description__",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion src/popup/VideoInfo/VideoInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { SponsorTime } from "../../types";
import { exportTimes } from "../../utils/exporter";
import PopupSegment from "./PopupSegment";

const BUTTON_REFRESH_DURATION = 299;
const BUTTON_REFRESH_DURATION = 349;

interface VideoInfoProps {
messageApi: MessageInstance;
Expand Down

0 comments on commit e419667

Please sign in to comment.