src.nth.io/

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-06-20 12:23:49 -0500
committerLuke Hoersten <[email protected]>2026-06-20 12:23:49 -0500
commit3729f04458e358fab7872b9590d9fdb012f5ddf9 (patch)
treed7a5054a2cc6dec6420935386e31415c05b323b7
parente75891e75dae80ff2de5b8c3d8a3b1a39bf97ffc (diff)
scrypted: stamp SCRIPT_VERSION = e75891ev1.1.0
-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 fdcc01b..87db073 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 = "e75891e";
//
// Architecture
// ------------