diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a6e4512a0..7ee7f84b8 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 213 mhusnirizal update all.json (#1506) 110 frankywild Update all.json (#1534) 78 michalisFr Update address.json (#1438) - 28 Bill Laboon add winklebit - scam giveaway site (#1529) + 29 Bill Laboon Remove emily.ghost.io (#1539) 13 ccris02 Update all.json (#1510) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) diff --git a/meta/2022-03.json b/meta/2022-03.json index f39c5382f..e93f720dc 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -1363,10 +1363,6 @@ "date": "2022-03-19", "url": "datawalletconnect.com" }, - { - "date": "2022-03-19", - "url": "emily.ghost.io" - }, { "date": "2022-03-19", "url": "fast-walletconnect.com" diff --git a/package.json b/package.json index bd7edade9..bd5fb16ca 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.12.9", + "version": "0.12.10", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 718ba21e3..dc1ddfe8c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.12.9", + "version": "0.12.10", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 80885562b..952471e55 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.12.9' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.12.10' };