diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a6194a656..e7c35c45c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 463 Jaco 0.18.10 (#2382) 355 mhusnirizal update all.json (#2400) 305 Frank Update all.json (#2404) - 277 Tim Janssen Update all.json (#2403) + 278 Tim Janssen Update all.json (#2405) 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 fe88ee3ba..796aff1d8 100644 --- a/all.json +++ b/all.json @@ -28,8 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "dpp-brdge.web.app", - "dpp-brdge.firebaseapp.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -4273,6 +4271,8 @@ "download-metamask.net", "dpethmin.com", "dpethmin.me", + "dpp-brdge.firebaseapp.com", + "dpp-brdge.web.app", "dpp-solution.firebaseapp.com", "dpp-solution.web.app", "dpsconn.site", diff --git a/meta/2022-10.json b/meta/2022-10.json index 0380ff9b8..4c962a7ed 100644 --- a/meta/2022-10.json +++ b/meta/2022-10.json @@ -19,6 +19,14 @@ "date": "2022-10-11", "url": "dapps-allinone.com" }, + { + "date": "2022-10-11", + "url": "dpp-brdge.firebaseapp.com" + }, + { + "date": "2022-10-11", + "url": "dpp-brdge.web.app" + }, { "date": "2022-10-11", "url": "fixeadfloat.com" diff --git a/package.json b/package.json index 8c2c118b2..0234a0b61 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.11-20-x", + "version": "0.18.11-21-x", "versions": { - "git": "0.18.11-20-x", + "git": "0.18.11-21-x", "npm": "0.18.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c709cfecc..fe2671d84 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.11-20-x", + "version": "0.18.11-21-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 8ea260758..14977e187 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-20-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.11-21-x' };