update version

This commit is contained in:
PhilReact 2025-02-19 17:03:59 +02:00
parent b82de8d84b
commit 56950c7e55
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "qortal-hub", "name": "qortal-hub",
"version": "0.5.1", "version": "0.5.2",
"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

@ -27,7 +27,7 @@ import { GlobalContext } from "../App";
import Tooltip, { TooltipProps, tooltipClasses } from '@mui/material/Tooltip'; import Tooltip, { TooltipProps, tooltipClasses } from '@mui/material/Tooltip';
const manifestData = { const manifestData = {
version: "0.5.1", version: "0.5.2",
}; };