We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11744e7 commit 4e6a48bCopy full SHA for 4e6a48b
apps/router/src/constants/index.tsx
@@ -1,2 +1,2 @@
1
export const LOCAL_STORAGE_APP_STATE_KEY = 'fedimint_ui_state_v2';
2
-export const LATEST_RELEASE_TAG = 'v0.5.0';
+export const LATEST_RELEASE_TAG = 'v0.5.1';
apps/router/src/pages/Home/Home.tsx
@@ -107,7 +107,7 @@ const HomePage: React.FC = () => {
107
target='_blank'
108
ml='1'
109
>
110
- v0.5.0
+ {LATEST_RELEASE_TAG}
111
</Link>
112
</Text>
113
</Box>
0 commit comments