File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import {
2222 HoverCardTrigger ,
2323 HoverCardContent ,
2424} from "../ui/hover-card" ;
25+ import { version } from "../../../package.json" ;
2526
2627// ============================================================================
2728// App Shell - Tab-based Layout
@@ -138,7 +139,7 @@ export function AppShell() {
138139 < div >
139140 < h4 className = "text-sm font-semibold" > Pulldash</ h4 >
140141 < p className = "text-[10px] text-muted-foreground font-mono" >
141- v0.0.2
142+ v { version }
142143 </ p >
143144 </ div >
144145 </ div >
Original file line number Diff line number Diff line change 77} from "react" ;
88import posthog from "posthog-js" ;
99import { useCurrentUser } from "./github" ;
10+ import { version } from "../../../package.json" ;
1011
1112// ============================================================================
1213// Configuration
@@ -16,7 +17,7 @@ const POSTHOG_KEY = "phc_vvticSI4cYwo89gWzSwHeLIMC8jgNy5TeYq2THJX3X5";
1617const POSTHOG_HOST = "https://us.i.posthog.com" ;
1718
1819// App version from package.json (injected at build time or read from meta tag)
19- const APP_VERSION = "0.0.2" ;
20+ const APP_VERSION = version ;
2021
2122// ============================================================================
2223// Platform Detection
You can’t perform that action at this time.
0 commit comments