diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ec9223ba..b96004ab 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "yaak", - "version": "2024.6.0-beta.1", + "version": "2024.6.0", "identifier": "app.yaak.desktop", "build": { "beforeBuildCommand": "npm run build", diff --git a/src-web/components/RecentResponsesDropdown.tsx b/src-web/components/RecentResponsesDropdown.tsx index fc63049a..4eaeaf9c 100644 --- a/src-web/components/RecentResponsesDropdown.tsx +++ b/src-web/components/RecentResponsesDropdown.tsx @@ -68,7 +68,7 @@ export const RecentResponsesDropdown = function ResponsePane({ label: ( - {' '} + {' '} {r.elapsed >= 0 ? `${r.elapsed}ms` : 'n/a'} ),