diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d79878fee..3a3f9c1dd 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 436 Mich Update all.json (#1303) + 437 Mich Update all.json (#1313) 370 Jaco Swap to using tabs in json (#1304) 174 mhusnirizal update all.json (#1312) 77 michalisFr Update all.json (#1036) diff --git a/all.json b/all.json index 9436065ac..1590087e6 100644 --- a/all.json +++ b/all.json @@ -12,7 +12,6 @@ "1inch-network.net", "1inch-wallet.org", "1inch.tk", - "privatesync.online", "1metamask.com", "1polkadot-5x1e.js.org", "1sgexchange.com", @@ -3884,6 +3883,7 @@ "presale.bitz.country", "presale.fund", "presale.shibachi.site", + "privatesync.online", "pro-walletconnect.com", "profxtrade.live", "projectpolkadot.com", diff --git a/meta/2022-03.json b/meta/2022-03.json index cd9d259e5..791f36295 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -19,6 +19,10 @@ "date": "2022-03-21", "url": "oracle.multi-entityprotocol.tools" }, + { + "date": "2022-03-21", + "url": "privatesync.online" + }, { "date": "2022-03-20", "url": "allbestwalletupdates.one" diff --git a/package.json b/package.json index 58456758c..a0b2edc63 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.10.9", + "version": "0.10.10", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 8892b6f76..2eaf4787f 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.10.9", + "version": "0.10.10", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index e38819dcf..6cc639a8c 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.10.9' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.10.10' };