Skip to content

Commit

Permalink
Merge pull request #2498 from SelfKeyFoundation/release
Browse files Browse the repository at this point in the history
Release 1.9.0
  • Loading branch information
sk91 authored Dec 11, 2020
2 parents f53c266 + 322025c commit b040eab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "selfkey-identity-wallet",
"productName": "SelfKey Identity Wallet",
"version": "1.8.2",
"version": "1.9.0",
"description": "The Official SelfKey Identity Wallet for Desktop",
"browser": [
"chrome"
Expand Down
4 changes: 2 additions & 2 deletions src/common/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const common = {
contract: true,
rewardToken: false,
keyfi: true,
hdWallet: false,
hdWallet: true,
deepLinks: true
}
};
Expand Down Expand Up @@ -242,7 +242,7 @@ const prod = {
exchangesMarketplace: false,
rewardToken: false,
keyfi: true,
hdWallet: false,
hdWallet: true,
deepLinks: true
},
attributeTypeSource: ATTRIBUTE_TYPE_SOURCE_OVERRIDE || 'production'
Expand Down

0 comments on commit b040eab

Please sign in to comment.