Skip to content

Commit

Permalink
fix(R214): Add date of release.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Apr 27, 2023
1 parent 520eef5 commit bf5fa2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export default Vue.extend({
/* Summary stats */
nGenomes: 402709,
releaseVer: '08-RS214',
releaseDate: 'XXXTBA April 2022',
releaseDate: '28th April 2023',
}),
})
</script>
Expand Down
2 changes: 1 addition & 1 deletion pages/stats/r214.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<SectionedPage :items="items">

<template #title>
<StatsTitle date="XXXTBA, 2022" release="214"/>
<StatsTitle date="28th April, 2023" release="214"/>
</template>

<template #taxon-overview>
Expand Down

0 comments on commit bf5fa2a

Please sign in to comment.