Skip to content

Commit 4e6a48b

Browse files
committed
chore: update version
1 parent 11744e7 commit 4e6a48b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/router/src/constants/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const LOCAL_STORAGE_APP_STATE_KEY = 'fedimint_ui_state_v2';
2-
export const LATEST_RELEASE_TAG = 'v0.5.0';
2+
export const LATEST_RELEASE_TAG = 'v0.5.1';

apps/router/src/pages/Home/Home.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const HomePage: React.FC = () => {
107107
target='_blank'
108108
ml='1'
109109
>
110-
v0.5.0
110+
{LATEST_RELEASE_TAG}
111111
</Link>
112112
</Text>
113113
</Box>

0 commit comments

Comments
 (0)