diff --git a/angular/src/app/shared/account-icon/account-icon.component.html b/angular/src/app/shared/account-icon/account-icon.component.html index 8ec08ab9..bc59ad58 100644 --- a/angular/src/app/shared/account-icon/account-icon.component.html +++ b/angular/src/app/shared/account-icon/account-icon.component.html @@ -1 +1 @@ -{{ value.icon }} \ No newline at end of file +{{ value?.icon }} \ No newline at end of file diff --git a/angular/src/manifest/blockcore/manifest.json b/angular/src/manifest/blockcore/manifest.json index a249cc9f..2e5d06d4 100644 --- a/angular/src/manifest/blockcore/manifest.json +++ b/angular/src/manifest/blockcore/manifest.json @@ -1,6 +1,6 @@ { "name": "Blockcore Wallet", - "version": "1.0.30", + "version": "1.0.31", "manifest_version": 3, "description": "Non-Custodial wallet for Coins, Tokens, Identities, NFTs and more.", "author": "Blockcore", diff --git a/angular/src/manifest/blockcore/manifest.webmanifest b/angular/src/manifest/blockcore/manifest.webmanifest index 7937c5e9..04787623 100644 --- a/angular/src/manifest/blockcore/manifest.webmanifest +++ b/angular/src/manifest/blockcore/manifest.webmanifest @@ -4,7 +4,7 @@ "start_url": "./", "name": "Blockcore Wallet", "short_name": "Blockcore", - "version": "1.0.30", + "version": "1.0.31", "author": "Blockcore", "display": "standalone", "theme_color": "#22a893", diff --git a/angular/src/manifest/coinvault/manifest.json b/angular/src/manifest/coinvault/manifest.json index dbe02242..92eddde5 100644 --- a/angular/src/manifest/coinvault/manifest.json +++ b/angular/src/manifest/coinvault/manifest.json @@ -1,6 +1,6 @@ { "name": "CoinVault", - "version": "1.0.30", + "version": "1.0.31", "manifest_version": 3, "description": "Non-Custodial wallet for Stratis, Cirrus, NFTs and more.", "author": "Softchains Ltd", diff --git a/angular/src/manifest/coinvault/manifest.webmanifest b/angular/src/manifest/coinvault/manifest.webmanifest index 17adac28..8fb048b5 100644 --- a/angular/src/manifest/coinvault/manifest.webmanifest +++ b/angular/src/manifest/coinvault/manifest.webmanifest @@ -4,7 +4,7 @@ "start_url": "./", "name": "CoinVault", "short_name": "CoinVault", - "version": "1.0.30", + "version": "1.0.31", "author": "Softchains Ltd", "display": "standalone", "theme_color": "#206997", diff --git a/angular/src/manifest/smartcityplatform/manifest.json b/angular/src/manifest/smartcityplatform/manifest.json index ddd68153..90b10031 100644 --- a/angular/src/manifest/smartcityplatform/manifest.json +++ b/angular/src/manifest/smartcityplatform/manifest.json @@ -1,6 +1,6 @@ { "name": "Smart City Platform", - "version": "1.0.30", + "version": "1.0.31", "manifest_version": 3, "description": "Manage your citizenship, identity, properties, social network and more.", "author": "City Chain Foundation", diff --git a/angular/src/manifest/smartcityplatform/manifest.webmanifest b/angular/src/manifest/smartcityplatform/manifest.webmanifest index acd0e631..4c8ae9b2 100644 --- a/angular/src/manifest/smartcityplatform/manifest.webmanifest +++ b/angular/src/manifest/smartcityplatform/manifest.webmanifest @@ -4,7 +4,7 @@ "start_url": "./", "name": "Smart City Platform", "short_name": "SmartCityPlatform", - "version": "1.0.30", + "version": "1.0.31", "author": "City Chain Foundation", "display": "standalone", "theme_color": "#DFAB3C", diff --git a/package-lock.json b/package-lock.json index 981b2120..bb96d56c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "blockcore-wallet", - "version": "1.0.30", + "version": "1.0.31", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "blockcore-wallet", - "version": "1.0.30", + "version": "1.0.31", "dependencies": { "@angular/animations": "14.2.1", "@angular/cdk": "14.2.1", diff --git a/package.json b/package.json index 6bdcdfa2..99ce5127 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockcore-wallet", - "version": "1.0.30", + "version": "1.0.31", "description": "An Non-Custodial HD wallet in your browser for Coins, Tokens, Identities, NFTs and more", "scripts": { "version": "node -p \"require('./package.json').version\"",