From 1dde8a608875c986506a14b19676efc930e53bd6 Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Sun, 31 Dec 2023 08:03:15 -0500 Subject: [PATCH] update version number --- components/SettingsSidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/SettingsSidebar.tsx b/components/SettingsSidebar.tsx index 9b4ec13..79b1eab 100644 --- a/components/SettingsSidebar.tsx +++ b/components/SettingsSidebar.tsx @@ -4,7 +4,7 @@ import { useRouter } from "next/router"; import React, { useEffect, useState } from "react"; export default function SettingsSidebar({ className }: { className?: string }) { - const LINKWARDEN_VERSION = "v2.4.4"; + const LINKWARDEN_VERSION = "v2.4.5"; const { collections } = useCollectionStore();