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