Skip to content

Commit

Permalink
chore: fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrannychaseroperation committed Sep 15, 2024
1 parent b4f9941 commit ff91284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hydralauncher",
"version": "2.1.0",
"version": "2.1.1",
"description": "Hydra",
"main": "./out/main/index.js",
"author": "Los Broxas",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/components/sidebar/sidebar-profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit ff91284

Please sign in to comment.