update version

This commit is contained in:
PhilReact 2025-03-19 17:17:36 +02:00 committed by Nicola Benaglia
parent 4b5f3f1c02
commit b5bf8ca208
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

@ -31,7 +31,7 @@ import Tooltip, { TooltipProps, tooltipClasses } from "@mui/material/Tooltip";
import ThemeSelector from "../components/Theme/ThemeSelector"; import ThemeSelector from "../components/Theme/ThemeSelector";
const manifestData = { const manifestData = {
version: "0.5.2", version: "0.5.3",
}; };
export const HtmlTooltip = styled(({ className, ...props }: TooltipProps) => ( export const HtmlTooltip = styled(({ className, ...props }: TooltipProps) => (