From 06df8fd3f85cc035f3c19c5eda0fb6e90e0172e7 Mon Sep 17 00:00:00 2001 From: snackwang Date: Mon, 28 Mar 2022 20:06:30 +0800 Subject: [PATCH] Update version to 2.1.3 --- config.xml | 2 +- src/app/app.module.ts | 2 +- src/app/pages/about/about.ts | 2 +- src/assets/manifest.json | 4 ++-- trinitynative.json | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config.xml b/config.xml index 7b415b26..0acc25c0 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Feeds diff --git a/src/app/app.module.ts b/src/app/app.module.ts index f7e97aae..3dc48572 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -85,7 +85,7 @@ import * as Sentry from '@sentry/browser'; Sentry.init({ dsn: 'https://4196003a1c864f5798dd2be18be5cb48@o339076.ingest.sentry.io/5524842', - release: '2.1.2', + release: '2.1.3', integrations: [new RewriteFrames()], }); diff --git a/src/app/pages/about/about.ts b/src/app/pages/about/about.ts index 9d3afd77..0541f731 100644 --- a/src/app/pages/about/about.ts +++ b/src/app/pages/about/about.ts @@ -16,7 +16,7 @@ import { LanguageService } from 'src/app/services/language.service'; export class AboutPage implements OnInit { @ViewChild(TitleBarComponent, { static: true }) titleBar: TitleBarComponent; public connectionStatus = 1; - public version = '2.1.2'; + public version = '2.1.3'; public currentLanguage = ''; constructor( diff --git a/src/assets/manifest.json b/src/assets/manifest.json index 49da243d..6b9d8f24 100644 --- a/src/assets/manifest.json +++ b/src/assets/manifest.json @@ -1,8 +1,8 @@ { "id": "io.trinity-tech.dapp.feeds", "did": "did:elastos:iqtWRVjz7gsYhyuQEb1hYNNmWQt1Z9geXg", - "version": "2.1.2", - "version_code": 20102, + "version": "2.1.3", + "version_code": 20103, "name": "Feeds", "short_name": "Feeds", "short_description": "New social dApp with DID access, multiple choices to service, and ownership of all your social data", diff --git a/trinitynative.json b/trinitynative.json index af2f2d95..68459d9d 100644 --- a/trinitynative.json +++ b/trinitynative.json @@ -13,8 +13,8 @@ "custom":"feeds" }, "version": { - "code": 20102, - "name": "2.1.2" + "code": 20103, + "name": "2.1.3" } } }