From 3d07b2b7146a1653bd45dfc7860834c0b179881b Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Mon, 13 Jan 2025 14:00:00 -0800 Subject: [PATCH] Bump footer version --- src/src/components/footer/links.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/components/footer/links.ts b/src/src/components/footer/links.ts index eacf6d4..5b79ba9 100644 --- a/src/src/components/footer/links.ts +++ b/src/src/components/footer/links.ts @@ -10,5 +10,5 @@ export const Links: FooterLink[] = [ { id: 1, href: "https://github.com/timmypidashev", label: "Github", color: "text-yellow" }, { id: 3, href: "https://www.linkedin.com/in/timothy-pidashev-4353812b8", label: "Linkedin", color: "text-blue" }, { id: 4, href: "https://github.com/timmypidashev/web", label: "Source", color: "text-purple" }, - { id: 5, href: "https://github.com/timmypidashev/web/releases", label: "v1", color: "text-aqua" } + { id: 5, href: "https://github.com/timmypidashev/web/releases", label: "v2", color: "text-aqua" } ];