src.nth.io/

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-07-01 14:19:01 -0500
committerLuke Hoersten <[email protected]>2026-07-01 14:19:01 -0500
commitad29fa22e8fc9c15c2cda5232a2b269594475d16 (patch)
tree3f9c9c576ffccb2a3e113f1d565295b9d15b3572
parent0be8f188b46bd073e4c6836dedf79a5282250828 (diff)
scrypted: stamp SCRIPT_VERSION = 0be8f18
-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 1d71dc3..65234bc 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 = "c6610c1";
+const SCRIPT_VERSION = "0be8f18";
//
// Architecture
// ------------