src.nth.io/

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-06-19 19:41:32 -0500
committerLuke Hoersten <[email protected]>2026-06-19 19:41:32 -0500
commit6df19c53a37eadee6c132fc6c1a7a2f9bd53e505 (patch)
treeda0662e26deb406def5aecf676470fe6d809e49b
parent1063a4e33022efdbe071df07abe59d9c0ba01173 (diff)
scrypted: stamp SCRIPT_VERSION = 1063a4e
-rw-r--r--scrypted/scrypted-viewport.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/scrypted/scrypted-viewport.ts b/scrypted/scrypted-viewport.ts
index b06e93a..df6c041 100644
--- a/scrypted/scrypted-viewport.ts
+++ b/scrypted/scrypted-viewport.ts
@@ -6,7 +6,7 @@
// short git hash of the commit that added this constant — if the
// hash in the log doesn't match the HEAD this file came from, the
// Scrypted Script editor is still on stale code.
-const SCRIPT_VERSION = "pending";
+const SCRIPT_VERSION = "1063a4e";
//
// Architecture
// ------------