diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a28fba572..0488865f1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 427 Mich Update all.json (#1281) + 428 Mich Update all.json (#1282) 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 d4841ff62..cdf84afdf 100644 --- a/all.json +++ b/all.json @@ -8,7 +8,6 @@ "16-b.it", "162.222.226.37", "1776coin.org", - "validat0rdesk.com", "1chaincrypto.com", "1inch-network.net", "1inch-wallet.org", @@ -4775,6 +4774,7 @@ "v5myetherwallet.com", "vacationscoin.com", "validappauthentication.com", + "validat0rdesk.com", "validate-chain.com", "validate-dappswallet.com", "validate-sync.com", diff --git a/meta/2022-03.json b/meta/2022-03.json index e1236b2e3..a08675e97 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -99,6 +99,10 @@ "date": "2022-03-15", "url": "tokennfthelp.com" }, + { + "date": "2022-03-15", + "url": "validat0rdesk.com" + }, { "date": "2022-03-15", "url": "walletquickfix.xyz" diff --git a/package.json b/package.json index 002011139..493a7c956 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.9.17", + "version": "0.9.18", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 3c09b529b..608cd569b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.9.17", + "version": "0.9.18", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 1071f009a..2ae80a517 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.17' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.9.18' };