From 5f03ac918fe301def7f47de853054161bffeb9bf Mon Sep 17 00:00:00 2001 From: Weston Blieden <111699155+Mo3he@users.noreply.github.com> Date: Wed, 17 Dec 2025 09:34:45 +0100 Subject: [PATCH] Update version in manifest.json to 1.92.1 --- aarch64_ROOT/app/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aarch64_ROOT/app/manifest.json b/aarch64_ROOT/app/manifest.json index c0ca89f..1405971 100644 --- a/aarch64_ROOT/app/manifest.json +++ b/aarch64_ROOT/app/manifest.json @@ -12,11 +12,11 @@ }, "vendorUrl": "https://www.tailscale.com", "runMode": "once", - "version": "1.92.3", + "version": "1.92.1", "architecture": "aarch64" }, "configuration": { "settingPage": "index.html" } } -} \ No newline at end of file +}