diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6b4e8c8fa..f15f49987 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 584 Mich Update all.json (#2469) 463 Jaco 0.18.10 (#2382) 358 mhusnirizal update all.json (#2419) - 336 Frank Update all.json (#2477) + 337 Frank Update all.json (#2479) 303 Tim Janssen Update all.json (#2478) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all.json b/all.json index fda65dccd..9cfbdb0d3 100644 --- a/all.json +++ b/all.json @@ -77,7 +77,6 @@ "194-127-193-110.plesk.page", "1chaincrypto.com", "1inch-connect.com", - "cryptopad-pro.org", "1inch-network.net", "1inch-wallet.org", "1inch.tk", @@ -2503,6 +2502,7 @@ "cryptopad-next.net", "cryptopad-next.org", "cryptopad-pro.com", + "cryptopad-pro.org", "cryptopads-pro.com", "cryptopanel.net", "cryptoplonic.com", diff --git a/meta/2022-10.json b/meta/2022-10.json index 9e787f7b3..77053abd1 100644 --- a/meta/2022-10.json +++ b/meta/2022-10.json @@ -51,6 +51,10 @@ "date": "2022-10-25", "url": "cryptopad-pro.com" }, + { + "date": "2022-10-25", + "url": "cryptopad-pro.org" + }, { "date": "2022-10-25", "url": "cryptopads-pro.com" diff --git a/package.json b/package.json index 3495a3dea..ed06f79a3 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.11-81-x", + "version": "0.18.11-82-x", "versions": { - "git": "0.18.11-81-x", + "git": "0.18.11-82-x", "npm": "0.18.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 68d77f13f..402a3acff 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.11-81-x", + "version": "0.18.11-82-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 8a2d0125c..471f7c0c7 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-81-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.11-82-x' };