mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 17:18:32 +02:00
Bump version
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"productName": "yaak",
|
"productName": "yaak",
|
||||||
"version": "2024.6.0-beta.1",
|
"version": "2024.6.0",
|
||||||
"identifier": "app.yaak.desktop",
|
"identifier": "app.yaak.desktop",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeBuildCommand": "npm run build",
|
"beforeBuildCommand": "npm run build",
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ export const RecentResponsesDropdown = function ResponsePane({
|
|||||||
label: (
|
label: (
|
||||||
<HStack space={2}>
|
<HStack space={2}>
|
||||||
<StatusTag className="text-sm" response={r} />
|
<StatusTag className="text-sm" response={r} />
|
||||||
<span>→</span>{' '}
|
<span className="text-fg-subtle">→</span>{' '}
|
||||||
<span className="font-mono text-sm">{r.elapsed >= 0 ? `${r.elapsed}ms` : 'n/a'}</span>
|
<span className="font-mono text-sm">{r.elapsed >= 0 ? `${r.elapsed}ms` : 'n/a'}</span>
|
||||||
</HStack>
|
</HStack>
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user