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