diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4dc2508eb..0465cec81 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 326 Jaco Update all.json (#983) + 328 Jaco Remove NFT site (#985) 319 Mich Update all.json (#987) 89 mhusnirizal update all.json (#982) 74 michalisFr Update address.json (#966) diff --git a/meta/2021-10.json b/meta/2021-10.json index f29cdf6c5..2dd4fce70 100644 --- a/meta/2021-10.json +++ b/meta/2021-10.json @@ -719,22 +719,6 @@ "date": "2021-10-08", "url": "llkraken-loggin.online" }, - { - "date": "2021-10-08", - "url": "localpolkadot.com" - }, - { - "date": "2021-10-08", - "url": "localpolkadot.ru" - }, - { - "date": "2021-10-08", - "url": "localpolkadots.com" - }, - { - "date": "2021-10-08", - "url": "localpolkadots.ru" - }, { "date": "2021-10-08", "url": "polkadot-dot.com" diff --git a/meta/2022-01.json b/meta/2022-01.json index 571842b7a..487a2f846 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -2147,10 +2147,6 @@ "date": "2022-01-09", "url": "polkadotist.com" }, - { - "date": "2022-01-09", - "url": "polkadotnft.com" - }, { "date": "2022-01-09", "url": "polkadotware.com" diff --git a/package.json b/package.json index 4956bc43f..7af5fb0ec 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.63", + "version": "0.8.64", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index cb0e821a7..b52718c37 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.63", + "version": "0.8.64", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 9110ed83d..473e95830 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.8.63' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.64' };