Skip to content

Commit c97bcdb

Browse files
committed
Update appVersion
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
1 parent 107210c commit c97bcdb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/traction/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: traction
33
description: The Traction service allows organizations to verify, hold, and issue verifiable credentials. The Traction Tenant UI allows tenants to manage their agent.
44
type: application
55
version: 0.2.2
6-
appVersion: 0.3.1
6+
appVersion: 0.3.2
77
home: "https://github.com/bcgov/traction"
88
sources: ["https://github.com/bcgov/traction"]
99
icon: "https://github.com/bcgov/traction/raw/main/docs/assets/readme-logo.png"

charts/traction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Traction
22

3-
![version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.1](https://img.shields.io/badge/AppVersion-0.3.1-informational?style=flat-square)
3+
![version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.2](https://img.shields.io/badge/AppVersion-0.3.2-informational?style=flat-square)
44

55
The Traction service allows organizations to verify, hold, and issue verifiable credentials.
66

services/tenant-ui/frontend/src/components/about/Traction.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<div class="col-12 md:col-6">
44
<strong>{{ $t('about.traction.info') }}</strong>
55
<p class="my-0">
6-
{{ $t('about.traction.tractionVersion', { version: '0.3.1' }) }}
6+
{{ $t('about.traction.tractionVersion', { version: '0.3.2' }) }}
77
</p>
88
<p class="mt-0">
9-
{{ $t('about.traction.uiVersion', { version: '0.3.1' }) }}
9+
{{ $t('about.traction.uiVersion', { version: '0.3.2' }) }}
1010
</p>
1111
</div>
1212

0 commit comments

Comments
 (0)