Update version to remove build number

This commit is contained in:
Idrees Hassan
2025-11-15 15:30:57 -05:00
parent 9eba0c13ed
commit 2ddf10bb01
8 changed files with 10 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.14.205...");
console.log("Loading Pocket Bird version 2025.11.15...");
const OBSIDIAN_PLUGIN = this;
(function () {
'use strict';
@@ -2051,7 +2051,7 @@ module.exports = class PocketBird extends Plugin {
insertModal(`${birdBirb()} Mode`, message);
}),
new Separator(),
new MenuItem("2025.11.14.205", () => { alert("Thank you for using Pocket Bird! You are on version: 2025.11.14.205"); }, false),
new MenuItem("2025.11.15", () => { alert("Thank you for using Pocket Bird! You are on version: 2025.11.15"); }, false),
];
const styleElement = document.createElement("style");