update version number

This commit is contained in:
daniel31x13 2024-04-17 18:06:04 -04:00
parent 8cf621bc62
commit e8edd1c9a0
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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 <daniel31x13@gmail.com>",