v1.0.8: switch to public Gitea URL

This commit is contained in:
pdmarf
2026-04-11 10:14:23 +01:00
parent f94a40e77d
commit 34f16b4b87
6 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
const CURRENT_VERSION = "1.0.7";
const GITEA_BASE = "http://100.120.125.113:3000/pdm/stream_deck_notion_timer/raw/branch/master";
const CURRENT_VERSION = "1.0.8";
const GITEA_BASE = "https://gitea.pdmarf.co.uk/pdm/stream_deck_notion_timer/raw/branch/master";
const SIGNING_PUBLIC_KEY = `-----BEGIN PUBLIC KEY-----
MCowBQYDK2VwAyEAN7ko8TUpuPzPAJuKAZCRjV0c4ZSlou5d9pUAF6o12b4=
-----END PUBLIC KEY-----`;