Skip to content

Commit

Permalink
v num
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <lucasoneil@gmail.com>
  • Loading branch information
loneil committed Dec 1, 2023
1 parent d7c7d57 commit 4ef5996
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion services/tenant-ui/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions services/tenant-ui/frontend/src/components/about/Traction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<div class="col-12 md:col-6">
<strong>{{ $t('about.traction.info') }}</strong>
<p class="my-0">
{{ $t('about.traction.tractionVersion', { version: '0.3.6' }) }}
{{ $t('about.traction.tractionVersion', { version: '0.3.7' }) }}
</p>
<p class="mt-0">
{{ $t('about.traction.uiVersion', { version: '0.3.6' }) }}
{{ $t('about.traction.uiVersion', { version: '0.3.7' }) }}
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion services/tenant-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tenant-ui",
"version": "0.3.6",
"version": "0.3.7",
"description": "",
"main": "index.ts",
"scripts": {
Expand Down

0 comments on commit 4ef5996

Please sign in to comment.