diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3e93eb933..0f2509d1d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 335 Jaco Bump dev dependencies (#1060) 108 mhusnirizal update all.json (#1068) 77 michalisFr Update all.json (#1036) - 34 frankywild Update all.json (#1067) + 35 frankywild Update all.json (#1071) 26 Bill Laboon Add Polkapromo.com (#1035) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) diff --git a/meta/2022-02.json b/meta/2022-02.json index 84c77ea51..b7534c4ea 100644 --- a/meta/2022-02.json +++ b/meta/2022-02.json @@ -271,6 +271,10 @@ "date": "2022-02-08", "url": "unifiedwalletsverification.com" }, + { + "date": "2022-02-08", + "url": "wallet.fstrevalidate.info" + }, { "date": "2022-02-08", "url": "walletdapp-validate.com" diff --git a/package.json b/package.json index 2eef0652f..8cae5da22 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.135", + "version": "0.8.136", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index b0d72281a..21723e4a1 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.135", + "version": "0.8.136", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 3dba7a7b4..50eafe10b 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.135' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.136' };