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",