src.nth.io/

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-06-20 21:07:29 -0500
committerLuke Hoersten <[email protected]>2026-06-20 21:07:29 -0500
commit0bf731cfc966a7cfad0763f22f6196ebac3d16a0 (patch)
tree5ec80daecced11fe83aa9a2e04b90a2415dc43e5
parenta438a6303e94cea99f4f4c51017d958d0b44b0ac (diff)
scrypted: stamp SCRIPT_VERSION = 3b0ab73
-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 87118f0..25f784f 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 = "e75891e";
+const SCRIPT_VERSION = "3b0ab73";
//
// Architecture
// ------------