Skip to content

Commit

Permalink
Update version to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
snackwangpetter authored and stiartsly committed Mar 28, 2022
1 parent fbcfbcc commit 06df8fd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.trinitytech.dapp.feeds" version="2.1.2" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="io.trinitytech.dapp.feeds" version="2.1.3" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Feeds</name>
<description />
<author email="contact@trinity-tech.io" href="https://www.trinity-tech.io">
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()],
});

Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/about/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
4 changes: 2 additions & 2 deletions src/assets/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions trinitynative.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"custom":"feeds"
},
"version": {
"code": 20102,
"name": "2.1.2"
"code": 20103,
"name": "2.1.3"
}
}
}

0 comments on commit 06df8fd

Please sign in to comment.