diff --git a/apps/api/config.ts b/apps/api/config.ts index c4041172..4864a64e 100644 --- a/apps/api/config.ts +++ b/apps/api/config.ts @@ -10,7 +10,7 @@ const DEFAULT_PORT = 3760; const DEFAULT_GATEWAY_PORT = 31879; const DEFAULT_GATEWAY_BASE_PATH = '/tracevane'; const DEFAULT_BIND_HOST = '127.0.0.1'; -const TRACEVANE_VERSION_FALLBACK = '0.2.6'; +const TRACEVANE_VERSION_FALLBACK = '0.2.7'; let cachedTracevaneVersion: string | null = null; diff --git a/apps/api/package.json b/apps/api/package.json index 4265cc1b..4399d1af 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "tracevane-api", - "version": "0.2.6", + "version": "0.2.7", "private": true, "type": "module", "scripts": { diff --git a/apps/web/package.json b/apps/web/package.json index 9ec16838..a5bf2951 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "tracevane-web", - "version": "0.2.6", + "version": "0.2.7", "private": true, "type": "module", "scripts": { diff --git a/apps/web/src/app/AppShell.tsx b/apps/web/src/app/AppShell.tsx index 4aae80f0..b1775e79 100644 --- a/apps/web/src/app/AppShell.tsx +++ b/apps/web/src/app/AppShell.tsx @@ -13,6 +13,7 @@ import { import { cn } from "@/design/lib/utils"; import { Button } from "@/design/ui/button"; +import { resolveApiUrl } from "@/lib/runtime"; import { Sidebar, SidebarFooter, @@ -116,7 +117,7 @@ function WorkspaceBrand() { )} > Tracevane Tracevane Tracevane { diff --git a/index.html b/index.html index 96f7f1d3..e14d33b7 100644 --- a/index.html +++ b/index.html @@ -311,7 +311,7 @@

Or run the installer yourself