From 46be3fd58340868c533f3617cba4ef752a554c9b Mon Sep 17 00:00:00 2001 From: snackwang Date: Wed, 2 Mar 2022 18:19:43 +0800 Subject: [PATCH] Update version to 2.1.2 --- config.xml | 2 +- src/app/app.module.ts | 2 +- src/app/pages/about/about.ts | 12 ++++++------ src/assets/manifest.json | 4 ++-- trinitynative.json | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/config.xml b/config.xml index a3671001..7b415b26 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 6266a72a..fffd6c31 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.1', + release: '2.1.2', integrations: [new RewriteFrames()], }); diff --git a/src/app/pages/about/about.ts b/src/app/pages/about/about.ts index 0b26a4c6..9d3afd77 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.1'; + public version = '2.1.2'; public currentLanguage = ''; constructor( @@ -28,9 +28,9 @@ export class AboutPage implements OnInit { public theme: ThemeService, private titleBarService: TitleBarService, private languageService: LanguageService - ) {} + ) { } - ngOnInit() {} + ngOnInit() { } ionViewWillEnter() { this.initTitle(); @@ -43,7 +43,7 @@ export class AboutPage implements OnInit { }); } - ionViewDidEnter() {} + ionViewDidEnter() { } initTitle() { this.currentLanguage = this.languageService.getCurLang(); @@ -85,7 +85,7 @@ export class AboutPage implements OnInit { .then(() => { this.native.toast_trans('common.copysucceeded'); }) - .catch(() => {}); + .catch(() => { }); } ionViewWillLeave() { @@ -93,7 +93,7 @@ export class AboutPage implements OnInit { this.events.publish(FeedsEvent.PublishType.addConnectionChanged); } - showNftDisclaimer(){ + showNftDisclaimer() { this.native.openUrl('https://trinity-feeds.app/disclaimer-nft'); } } diff --git a/src/assets/manifest.json b/src/assets/manifest.json index 1cdca240..49da243d 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.1", - "version_code": 20101, + "version": "2.1.2", + "version_code": 20102, "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 89e6a07b..af2f2d95 100644 --- a/trinitynative.json +++ b/trinitynative.json @@ -13,8 +13,8 @@ "custom":"feeds" }, "version": { - "code": 20101, - "name": "2.1.1" + "code": 20102, + "name": "2.1.2" } } }