diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6354aff0f..7c3c92baa 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 325 Jaco Remove sites.google.com (#968) 314 Mich Update all.json (#962) - 84 mhusnirizal update all.json (#967) + 85 mhusnirizal update all.json (#970) 74 michalisFr Update address.json (#966) 24 Bill Laboon "tripple your DOT" scam (#838) 24 frankywild Update all.json (#954) diff --git a/all.json b/all.json index a5daa1ed2..e3b96fd24 100644 --- a/all.json +++ b/all.json @@ -1996,11 +1996,11 @@ "polkadotwallet-unlock.org", "polkadotwallet.js.org", "polkadotware.com", + "polkadotweb-js.org", "polkadotweb.live", "polkadotweb.net", "polkadotweb.the-thetatoken.org", "polkadotweb1.the-thetatoken.org", - "polkadotweb-js.org", "polkadotx.xyz", "polkadoty.js.org", "polkadoyt.js.org", diff --git a/meta/2022-01.json b/meta/2022-01.json index 59a957197..42d6bc006 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-01-19", + "url": "polkadotweb-js.org" + }, { "date": "2022-01-18", "url": "correction-network.live" diff --git a/package.json b/package.json index 05883f9db..96cf1fa00 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.49", + "version": "0.8.50", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 67f1b0271..e1c5f9bdd 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.49", + "version": "0.8.50", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 2dc0fe140..2ef82822c 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.49' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.50' };