Skip to content

Commit

Permalink
Merge pull request #563 from linkwarden/hotfix/title-fetching
Browse files Browse the repository at this point in the history
update version number
  • Loading branch information
daniel31x13 committed Apr 17, 2024
2 parents f30c652 + e8edd1c commit e51fba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/SettingsSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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>",
Expand Down

0 comments on commit e51fba4

Please sign in to comment.