update version

This commit is contained in:
PhilReact 2025-03-19 17:17:36 +02:00
parent 2980395ed2
commit 6cd175c1a9
2 changed files with 2 additions and 2 deletions

View File

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

@ -28,7 +28,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.2", version: "0.5.3",
}; };