diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6cb09185d..a634f2050 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 581 Mich Update all.json (#2416) 463 Jaco 0.18.10 (#2382) 358 mhusnirizal update all.json (#2419) - 319 Frank Update all.json (#2438) + 320 Frank Update all.json (#2443) 294 Tim Janssen Update all.json (#2442) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all.json b/all.json index 9625acb20..55f9a1754 100644 --- a/all.json +++ b/all.json @@ -7114,9 +7114,9 @@ "multichain-beta.org", "multichain-dapp.com", "multichain-defi.net", -"multichain-next.com", -"multichain-next.net", -"multichain-next.org", + "multichain-next.com", + "multichain-next.net", + "multichain-next.org", "multichain-sync.com", "multichainassetscon.net", "multichaincnet.online", diff --git a/meta/2022-10.json b/meta/2022-10.json index 0b9b58192..16a36beef 100644 --- a/meta/2022-10.json +++ b/meta/2022-10.json @@ -7,6 +7,18 @@ "date": "2022-10-20", "url": "flxedfloit.com" }, + { + "date": "2022-10-20", + "url": "multichain-next.com" + }, + { + "date": "2022-10-20", + "url": "multichain-next.net" + }, + { + "date": "2022-10-20", + "url": "multichain-next.org" + }, { "date": "2022-10-20", "url": "multipad-next.com" diff --git a/package.json b/package.json index 5cd0cf726..3c0443df5 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.11-55-x", + "version": "0.18.11-56-x", "versions": { - "git": "0.18.11-55-x", + "git": "0.18.11-56-x", "npm": "0.18.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c85f0fc26..64bf09916 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.11-55-x", + "version": "0.18.11-56-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.19.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index c7adff372..5a939e8c6 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.11-55-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.11-56-x' };