From 1ab61cd1c03c24a5d471882696276983aa9469d3 Mon Sep 17 00:00:00 2001 From: Chris Bisset Date: Mon, 16 Mar 2026 19:01:30 +0000 Subject: [PATCH] update version and tests --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d7e483..224e0ec 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ See [Other Configurations](/documentation/configuration.md) for further proxy ex The following versions correspond to the appropriate headscale version | Headscale Version | HS-UI Version | |-------------------|---------------| +| 28+ | 2026-03-17+ | | 26+ | 2025-05-22+ | | 25+ | 2025-03-14+ | | 24+ | 2025-01-20+ | diff --git a/package.json b/package.json index 600addf..8cb6b9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "headscale-ui", - "version": "2025.08.23", + "version": "2026.03.17", "scripts": { "dev": "vite dev --port 8080 --host 0.0.0.0", "build": "vite build",