Skip to content

Commit

Permalink
Merge pull request #400 from linkwarden/dev
Browse files Browse the repository at this point in the history
updated version
  • Loading branch information
daniel31x13 committed Jan 2, 2024
2 parents f71acd8 + 7880551 commit 07eb242
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.4.7";
const LINKWARDEN_VERSION = "v2.4.8";

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.4.7",
"version": "2.4.8",
"main": "index.js",
"repository": "https://github.com/linkwarden/linkwarden.git",
"author": "Daniel31X13 <daniel31x13@gmail.com>",
Expand Down

0 comments on commit 07eb242

Please sign in to comment.