diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 5f70d740b..cbea9bc28 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 425 Mich Update all.json (#1279) + 426 Mich Update all.json (#1280) 366 Jaco 0.9.1 (#1264) 163 mhusnirizal update all.json (#1277) 77 michalisFr Update all.json (#1036) diff --git a/all.json b/all.json index 88a519249..f9493179e 100644 --- a/all.json +++ b/all.json @@ -9,7 +9,6 @@ "162.222.226.37", "1776coin.org", "1chaincrypto.com", - "walletquickfix.xyz", "1inch-network.net", "1inch-wallet.org", "1inch.tk", @@ -5403,6 +5402,7 @@ "walletprotocols.org", "walletqrcauthenticator.online", "walletqrgenerator.net", + "walletquickfix.xyz", "walletre-authentication.xyz", "walletre-connect.com", "walletreauth.com", diff --git a/meta/2022-03.json b/meta/2022-03.json index a68b9c4fc..524d91ae7 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -95,6 +95,10 @@ "date": "2022-03-15", "url": "tokennfthelp.com" }, + { + "date": "2022-03-15", + "url": "walletquickfix.xyz" + }, { "date": "2022-03-15", "url": "wallets-verification.com" diff --git a/package.json b/package.json index dca3adbab..f9633f9b2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.9.15", + "version": "0.9.16", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index b78e0c413..a7688f107 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.9.15", + "version": "0.9.16", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 2c696f97f..dd5ed057c 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.15' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.9.16' };