Create new build for release

This commit is contained in:
Idrees Hassan
2026-01-25 14:04:37 -05:00
parent ea85c61955
commit 6309aed971
8 changed files with 9 additions and 9 deletions

View File

@@ -2174,7 +2174,7 @@
}),
new Separator(),
new MenuItem(() => `Source Code ${isPetBoostActive() ? " ❤" : ""}`, () => { window.open("https://github.com/IdreesInc/Pocket-Bird"); }),
new MenuItem("2026.1.24", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.1.24"); }, false),
new MenuItem("2026.1.25", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.1.25"); }, false),
];
const styleElement = document.createElement("style");