@@ -12,9 +12,9 @@ import FlexibleSection from "../components/FlexibleSection.astro";
1212// Per-component metadata (id, name, version, repo) to build exact URLs
1313interface ComponentDef { id: ' defguard' | ' defguard-client' | ' defguard-mobile' | ' defguard-proxy' | ' defguard-gateway' ; name: string ; version: string ; repo: string ; status: string }
1414const COMPONENTS: ComponentDef [] = [
15- { id: ' defguard' , name: ' Core' , version: ' 1.6.2 ' , repo: ' defguard' , status: ' ' },
16- { id: ' defguard-proxy' , name: ' Proxy' , version: ' 1.6.2 ' , repo: ' proxy' , status: ' ' },
17- { id: ' defguard-gateway' , name: ' Gateway' , version: ' 1.6.2 ' , repo: ' gateway' , status: ' ' },
15+ { id: ' defguard' , name: ' Core' , version: ' 1.6.3 ' , repo: ' defguard' , status: ' ' },
16+ { id: ' defguard-proxy' , name: ' Proxy' , version: ' 1.6.3 ' , repo: ' proxy' , status: ' ' },
17+ { id: ' defguard-gateway' , name: ' Gateway' , version: ' 1.6.3 ' , repo: ' gateway' , status: ' ' },
1818 { id: ' defguard-client' , name: ' Desktop App' , version: ' 1.6.4' , repo: ' client' , status: ' ' },
1919 { id: ' defguard-mobile' , name: ' Mobile App' , version: ' 1.6.0' , repo: ' mobile-client' , status: ' ' },
2020];
0 commit comments