Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
feat: display new version in update notification
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Nov 17, 2023
1 parent cad5eca commit 0a13e43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ onMounted(() => {
if (appConfig.value.updateAvailable !== undefined) {
notifications.dispatchNotification({
title: 'New version available!',
content:
'A new Data Control Center version is available on GitHub. Be sure to update to get new features and fixes.',
content: `A new Data Control Center version (${appConfig.value.updateAvailable}) is available on GitHub. Be sure to update to get new features and fixes.`,
type: 'info',
});
}
Expand Down

0 comments on commit 0a13e43

Please sign in to comment.