From 0c83d1a2eb24c5b391a351a46db14f1f1e25483d Mon Sep 17 00:00:00 2001 From: Alexis Moren Date: Tue, 16 Jan 2024 19:33:14 +0100 Subject: [PATCH] 1.1.4 --- main.js | 2 +- package.json | 2 +- src/components/LogoutBtn.js | 2 +- src/screens/Post.js | 2 ++ src/screens/Transcription.js | 2 ++ 5 files changed, 7 insertions(+), 3 deletions(-) diff --git a/main.js b/main.js index 9d9d554..aff1944 100644 --- a/main.js +++ b/main.js @@ -89,7 +89,7 @@ app.whenReady().then(() => { }); // Update app - updateInterval = setInterval(() => autoUpdater.checkForUpdates(), 180000); + updateInterval = setInterval(() => autoUpdater.checkForUpdates(), 300000); }); diff --git a/package.json b/package.json index 4adf9c2..04e6eaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jobibox", - "version": "1.1.3", + "version": "1.1.4", "description": "La cabine accoustique pour créer un cv vidéo", "repository": "https://github.com/EvilSpartans/JobiBox", "main": "main.js", diff --git a/src/components/LogoutBtn.js b/src/components/LogoutBtn.js index 4728f51..390f3d5 100644 --- a/src/components/LogoutBtn.js +++ b/src/components/LogoutBtn.js @@ -35,7 +35,7 @@ export default function LogoutBtn() { }; return ( -
+