Skip to content

Commit

Permalink
Update version to 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
snackwangpetter authored and stiartsly committed Dec 2, 2021
1 parent 33d49e7 commit 11a798a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you are looking for an update-to-date social style dApp with the following ch

## 2. Features

An initial **technical preview version v2.0.7** has been released with the following basic features:
An initial **technical preview version v2.0.8** has been released with the following basic features:

- [x] Sign-in with DID

Expand Down
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.0.7" 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.0.8" 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 @@ -81,7 +81,7 @@ import * as Sentry from '@sentry/browser';
Sentry.init({
dsn:
'https://4196003a1c864f5798dd2be18be5cb48@o339076.ingest.sentry.io/5524842',
release: '2.0.7',
release: '2.0.8',
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.0.7';
public version = '2.0.8';
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.0.7",
"version_code": 20007,
"version": "2.0.8",
"version_code": 20008,
"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": 20007,
"name": "2.0.7"
"code": 20008,
"name": "2.0.8"
}
}
}

0 comments on commit 11a798a

Please sign in to comment.