Skip to content

Commit

Permalink
implement update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Sep 28, 2022
1 parent e95e522 commit 5594447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WhatsNewModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<template #header>
<Logo />
</template>
<h6 class="modal-header mt-4 text-uppercase">What's New &#124; {{ appVersion }}</h6>
<h6 class="modal-header mt-4 text-uppercase">What's New &#124; v {{ appVersion }}</h6>

<template>
<div v-for="item in whatsNewModalContent" :key="item.page">
Expand Down

0 comments on commit 5594447

Please sign in to comment.