diff --git a/CONTRIBUTORS b/CONTRIBUTORS index dd500d1e1..7465cb8d2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 422 Mich Update all.json (#1271) + 423 Mich Update all.json (#1272) 366 Jaco 0.9.1 (#1264) 159 mhusnirizal update all.json (#1270) 77 michalisFr Update all.json (#1036) diff --git a/all.json b/all.json index d948f6b00..8627ee0ba 100644 --- a/all.json +++ b/all.json @@ -7,7 +7,6 @@ "123-informatica.com", "16-b.it", "162.222.226.37", - "web3walletsecureprotocols.com", "1776coin.org", "1chaincrypto.com", "1inch-network.net", @@ -5772,6 +5771,7 @@ "web3reauth.net", "web3solution.org", "web3syncronize.net", + "web3walletsecureprotocols.com", "webappconnection.com", "webbaseretek-supportadmen.coinbase.com.re-joene.men", "webconnectingwallets.net", diff --git a/meta/2022-03.json b/meta/2022-03.json index 042ffb273..8d3ecf0e7 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -31,6 +31,10 @@ "date": "2022-03-14", "url": "web-walletsextensions.com" }, + { + "date": "2022-03-14", + "url": "web3walletsecureprotocols.com" + }, { "date": "2022-03-13", "url": "162.222.226.37" diff --git a/package.json b/package.json index 9bb286591..48e42499f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.9.7", + "version": "0.9.8", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 20ee55cb5..9fa9c665e 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.9.7", + "version": "0.9.8", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index c3bd2d6ef..1d367c288 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.9.7' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.9.8' };