diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9a9154be7..fc4d0bc39 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 464 Jaco Bump deps (#2510) 358 mhusnirizal update all.json (#2419) 347 Frank Update all.json (#2511) - 319 Tim Janssen Update all.json (#2509) + 320 Tim Janssen Update all.json (#2512) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 063f73b11..d4df3919a 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "multikits.online", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -7297,6 +7296,7 @@ "multihexa.pw", "multihexa.ws", "multiibridgedapps.com", + "multikits.online", "multilinks.live", "multiminer.finance", "multiminers-bridge.live", diff --git a/meta/2022-11.json b/meta/2022-11.json index 3514a66e8..4e5d57c62 100644 --- a/meta/2022-11.json +++ b/meta/2022-11.json @@ -31,6 +31,10 @@ "date": "2022-11-01", "url": "multichain-meta.org" }, + { + "date": "2022-11-01", + "url": "multikits.online" + }, { "date": "2022-11-01", "url": "pro-metapad.net" diff --git a/package.json b/package.json index ebf296339..6ef094764 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.11-110-x", + "version": "0.18.11-111-x", "versions": { - "git": "0.18.11-110-x", + "git": "0.18.11-111-x", "npm": "0.18.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 066c8ab78..1a9ddadbf 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.11-110-x", + "version": "0.18.11-111-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a1627fdb7..37e621724 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-110-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.11-111-x' };