Skip to content

Commit 574ff63

Browse files
authored
Updated current version of components (#117)
1 parent 50868ac commit 574ff63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/sbom.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ import FlexibleSection from "../components/FlexibleSection.astro";
1212
// Per-component metadata (id, name, version, repo) to build exact URLs
1313
interface ComponentDef { id: 'defguard' | 'defguard-client' | 'defguard-mobile' | 'defguard-proxy' | 'defguard-gateway'; name: string; version: string; repo: string; status: string }
1414
const 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

Comments
 (0)