diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 73000fd9a..88743172c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 463 Jaco 0.18.10 (#2382) 358 mhusnirizal update all.json (#2419) 341 Frank Update all.json (#2490) - 308 Tim Janssen Update all.json (#2489) + 309 Tim Janssen Update all.json (#2491) 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 3abb9523a..1fc8a4a0e 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "cryptopad-pro.net", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -2505,6 +2504,7 @@ "cryptopad-next.net", "cryptopad-next.org", "cryptopad-pro.com", + "cryptopad-pro.net", "cryptopad-pro.org", "cryptopads-pro.com", "cryptopanel.net", diff --git a/meta/2022-10.json b/meta/2022-10.json index 9798925cf..5b8c4bc11 100644 --- a/meta/2022-10.json +++ b/meta/2022-10.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-10-27", + "url": "cryptopad-pro.net" + }, { "date": "2022-10-27", "url": "dcwsynesecure.com" diff --git a/package.json b/package.json index e51641732..c72a3996d 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.11-91-x", + "version": "0.18.11-92-x", "versions": { - "git": "0.18.11-91-x", + "git": "0.18.11-92-x", "npm": "0.18.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 765b638b3..3681f33ea 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.11-91-x", + "version": "0.18.11-92-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 6e8f4d40d..71f744820 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-91-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.11-92-x' };