@@ -12,10 +12,10 @@ 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.5.1 ' , repo: ' defguard' , status: ' ' },
15+ { id: ' defguard' , name: ' Core' , version: ' 1.5.2 ' , repo: ' defguard' , status: ' ' },
1616 { id: ' defguard-proxy' , name: ' Proxy' , version: ' 1.5.1' , repo: ' proxy' , status: ' ' },
1717 { id: ' defguard-gateway' , name: ' Gateway' , version: ' 1.5.1' , repo: ' gateway' , status: ' ' },
18- { id: ' defguard-client' , name: ' Desktop App' , version: ' 1.5.1 ' , repo: ' client' , status: ' ' },
18+ { id: ' defguard-client' , name: ' Desktop App' , version: ' 1.5.2 ' , repo: ' client' , status: ' ' },
1919 { id: ' defguard-mobile' , name: ' Mobile App' , version: ' 1.5.1' , repo: ' mobile-client' , status: ' ' },
2020];
2121
0 commit comments