diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3b3d592a2..f566aa2e5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 574 Mich Update all.json (#1851) 438 Jaco Additional top-level cleanups (some connect*) (#1962) 275 mhusnirizal update all.json (#1968) - 195 Frank Update all.json (#1963) + 196 Frank Update all.json (#1969) 119 Tim Janssen Update all.json (#1966) 87 michalisFr Added 0 new domains (#1936) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all.json b/all.json index 3a9d003af..48cd6ad2d 100644 --- a/all.json +++ b/all.json @@ -39,8 +39,6 @@ "135-125-137-197.plesk.page", "137-184-141-8.plesk.page", "138-68-99-93.plesk.page", - "welldone.meta-clash.net", - "meta-clash.net", "141-164-62-92.plesk.page", "143-198-124-192.plesk.page", "143-244-162-16.plesk.page", @@ -5274,6 +5272,7 @@ "merrilledgecrypto.net", "meta-browser.net", "meta-bull.xyz", + "meta-clash.net", "meta-extension.net", "meta-kyc-standards.cz", "meta-mas.com", diff --git a/meta/2022-08.json b/meta/2022-08.json index 39a5e783a..222f1ea19 100644 --- a/meta/2022-08.json +++ b/meta/2022-08.json @@ -83,6 +83,10 @@ "date": "2022-08-01", "url": "mainnethub.app" }, + { + "date": "2022-08-01", + "url": "meta-clash.net" + }, { "date": "2022-08-01", "url": "migratemetov2web.xyz" @@ -126,5 +130,9 @@ { "date": "2022-08-01", "url": "wallet-validates.square.site" + }, + { + "date": "2022-08-01", + "url": "welldone.meta-clash.net" } ] diff --git a/package.json b/package.json index 9605719ca..db83bd488 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.3-16-x", + "version": "0.18.3-17-x", "versions": { - "git": "0.18.3-16-x", + "git": "0.18.3-17-x", "npm": "0.18.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 924eb3335..59bb68f07 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.3-16-x", + "version": "0.18.3-17-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index ace150e55..91a5131ac 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.18.3-16-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.3-17-x' };