src.nth.io/

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-06-21 10:55:57 -0500
committerLuke Hoersten <[email protected]>2026-06-21 10:55:57 -0500
commit7ce51d61f0b7537002c5b0d415cac67391a2b235 (patch)
tree26a71843501710df0599e46c93984cdbb8948278
parent2ca1307b34b82a4b5e3e83b50c02e3a93b2c7227 (diff)
scrypted: stamp SCRIPT_VERSION = 2ca1307
-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 250cf9c..d4f0b55 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 = "3b0ab73";
+const SCRIPT_VERSION = "2ca1307";
//
// Architecture
// ------------