Bump to v1.0.3

This commit is contained in:
pdmarf
2026-04-10 19:56:09 +01:00
parent bbcb04d89a
commit acb90f2d69
3 changed files with 3 additions and 3 deletions

View File

@@ -6433,7 +6433,7 @@ async function stopTimer(token, entryId) {
} }
// src/plugin.ts // src/plugin.ts
var CURRENT_VERSION = "1.0.2"; var CURRENT_VERSION = "1.0.3";
var GITEA_BASE = "http://100.120.125.113:3000/pdm/stream_deck_notion_timer/raw/branch/master"; var GITEA_BASE = "http://100.120.125.113:3000/pdm/stream_deck_notion_timer/raw/branch/master";
async function checkForUpdates() { async function checkForUpdates() {
try { try {

View File

@@ -1,4 +1,4 @@
const CURRENT_VERSION = "1.0.2"; const CURRENT_VERSION = "1.0.3";
const GITEA_BASE = "http://100.120.125.113:3000/pdm/stream_deck_notion_timer/raw/branch/master"; const GITEA_BASE = "http://100.120.125.113:3000/pdm/stream_deck_notion_timer/raw/branch/master";
async function checkForUpdates(): Promise<void> { async function checkForUpdates(): Promise<void> {

View File

@@ -1 +1 @@
{ "version": "1.0.2" } { "version": "1.0.3" }