Skip to content

Commit

Permalink
Update tenant-ui version (API and frontend)
Browse files Browse the repository at this point in the history
Signed-off-by: Emiliano Suñé <[email protected]>
  • Loading branch information
esune committed Sep 5, 2023
1 parent 1d571b6 commit 96f6d79
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.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tenant-ui-frontend",
"private": true,
"version": "0.1.1",
"version": "0.3.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
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.1.1' }) }}
{{ $t('about.traction.tractionVersion', { version: '0.3.1' }) }}
</p>
<p class="mt-0">
{{ $t('about.traction.uiVersion', { version: '0.1.1' }) }}
{{ $t('about.traction.uiVersion', { version: '0.3.1' }) }}
</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.1.1",
"version": "0.3.1",
"description": "",
"main": "index.ts",
"scripts": {
Expand Down

0 comments on commit 96f6d79

Please sign in to comment.