diff --git a/components/SettingsSidebar.tsx b/components/SettingsSidebar.tsx index 9e169df..ca6f6cf 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.5.1"; + const LINKWARDEN_VERSION = "v2.5.2"; const { collections } = useCollectionStore(); diff --git a/package.json b/package.json index 4568588..c8f48ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linkwarden", - "version": "2.5.1", + "version": "0.0.0", "main": "index.js", "repository": "https://github.com/linkwarden/linkwarden.git", "author": "Daniel31X13 ",