Create new build for extension update

This commit is contained in:
Idrees Hassan
2026-01-01 14:09:13 -05:00
parent e0ab21d608
commit b8de14bb94
8 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
const { Plugin, Notice } = require('obsidian');
module.exports = class PocketBird extends Plugin {
onload() {
console.log("Loading Pocket Bird version 2025.11.28...");
console.log("Loading Pocket Bird version 2026.1.1...");
const OBSIDIAN_PLUGIN = this;
(function () {
'use strict';
@@ -1862,7 +1862,7 @@ module.exports = class PocketBird extends Plugin {
insertModal(`${birdBirb()} Mode`, message);
}),
new Separator(),
new MenuItem("2025.11.28", () => { alert("Thank you for using Pocket Bird! You are on version: 2025.11.28"); }, false),
new MenuItem("2026.1.1", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.1.1"); }, false),
];
const styleElement = document.createElement("style");