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();