From dd09fd9026b8aca2f7eac3f2c97ad5a939386106 Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Sat, 11 Nov 2023 15:00:48 -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 4b22e1c..eabbe9b 100644 --- a/components/SettingsSidebar.tsx +++ b/components/SettingsSidebar.tsx @@ -20,7 +20,7 @@ import { } from "@fortawesome/free-brands-svg-icons"; export default function SettingsSidebar({ className }: { className?: string }) { - const LINKWARDEN_VERSION = "v2.1.0"; + const LINKWARDEN_VERSION = "v2.2.0"; const { collections } = useCollectionStore();