update version

This commit is contained in:
PhilReact 2025-01-22 09:41:54 +02:00
parent d9f34486a6
commit 2e959116fd
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "qortal-hub", "name": "qortal-hub",
"version": "0.5.0", "version": "0.5.1",
"description": "A desktop app that gives you access to the Qortal network", "description": "A desktop app that gives you access to the Qortal network",
"author": { "author": {
"name": "", "name": "",

View File

@ -26,7 +26,7 @@ import { cleanUrl, gateways, isUsingLocal } from "../background";
import { GlobalContext } from "../App"; import { GlobalContext } from "../App";
const manifestData = { const manifestData = {
version: "0.5.0", version: "0.5.1",
}; };