diff --git a/components/SettingsSidebar.tsx b/components/SettingsSidebar.tsx index d4558f8..4fb5763 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.8"; + const LINKWARDEN_VERSION = "v2.4.9"; const { collections } = useCollectionStore(); diff --git a/package.json b/package.json index 9700609..a969da6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linkwarden", - "version": "2.4.8", + "version": "2.4.9", "main": "index.js", "repository": "https://github.com/linkwarden/linkwarden.git", "author": "Daniel31X13 ",