Skip to content

Commit

Permalink
v2024.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rodzyk committed Aug 13, 2024
1 parent 7111463 commit 9e6afcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/link-parser/ui/footer/footer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const SOCIAL_LINKS: any[] = [
styleUrl: './footer.component.scss'
})
export class FooterComponent {
public readonly version: string = 'v2024.7.14'
public readonly version: string = 'v2024.8.13'
public lang: LangService = inject(LangService);

public social: any[] = SOCIAL_LINKS;
Expand Down

0 comments on commit 9e6afcf

Please sign in to comment.