diff --git a/meta/2021-12.json b/meta/2021-12.json index 5225c2912..ff664776f 100644 --- a/meta/2021-12.json +++ b/meta/2021-12.json @@ -7,6 +7,14 @@ "date": "2021-12-06", "url": "dappdebug.com" }, + { + "date": "2021-12-06", + "url": "dapps-validate.live" + }, + { + "date": "2021-12-06", + "url": "dappslinkvalidate.live" + }, { "date": "2021-12-06", "url": "dappsvalidation.online" @@ -15,6 +23,10 @@ "date": "2021-12-06", "url": "dappswalletsolutions.com" }, + { + "date": "2021-12-06", + "url": "dappwalletvalidation.com" + }, { "date": "2021-12-06", "url": "livewalletvalidity.com" diff --git a/package.json b/package.json index aa1ecfc3b..a97fd2595 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.6.510", + "version": "0.6.511", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 4e7876520..0b063c045 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.6.510", + "version": "0.6.511", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 8aad7b724..4b1bba432 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/phishing', version: '0.6.510' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.6.511' }; diff --git a/packages/unused/package.json b/packages/unused/package.json index 8f2e1bbdc..d67b2dca0 100644 --- a/packages/unused/package.json +++ b/packages/unused/package.json @@ -14,6 +14,6 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.6.510", + "version": "0.6.511", "main": "index.js" }