chore: fix version

This commit is contained in:
Chubby Granny Chaser 2024-09-15 03:46:38 +01:00
parent b4f99418e9
commit ff91284a91
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "hydralauncher",
"version": "2.1.0",
"version": "2.1.1",
"description": "Hydra",
"main": "./out/main/index.js",
"author": "Los Broxas",

View File

@ -6,7 +6,7 @@ import { useEffect, useMemo, useRef } from "react";
import { useTranslation } from "react-i18next";
import { UserFriendModalTab } from "@renderer/pages/shared-modals/user-friend-modal";
const LONG_POLLING_INTERVAL = 10_000;
const LONG_POLLING_INTERVAL = 60_000;
export function SidebarProfile() {
const navigate = useNavigate();