diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 295fa4a24..f2a60768d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 1150 Tim Janssen Update all.json (#5091) - 1124 Frank Update all.json (#5090) + 1125 Frank Update all.json (#5095) 698 mhusnirizal update all.json (#5092) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all/com/all.json b/all/com/all.json index 6bb4c57b8..04443d4d0 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -8820,7 +8820,6 @@ "multiredapp.com", "multiremoterectify.com", "multireresolve.com", - "multiscreensite.com", "multiseetsqfconnect.com", "multisigweb.com", "multismartdapp.com", diff --git a/meta/2023-04.json b/meta/2023-04.json index aa0e0719b..267c6a9f2 100644 --- a/meta/2023-04.json +++ b/meta/2023-04.json @@ -2279,14 +2279,6 @@ "date": "2023-04-01", "url": "multidappconnect.netlify.app" }, - { - "date": "2023-04-01", - "url": "multiscreensite.com" - }, - { - "date": "2023-04-01", - "url": "novaconnect.multiscreensite.com" - }, { "date": "2023-04-01", "url": "proshiift.live" diff --git a/package.json b/package.json index 2d1c97ffc..e886a0dfd 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.11-10-x", + "version": "0.25.11-11-x", "versions": { - "git": "0.25.11-10-x", + "git": "0.25.11-11-x", "npm": "0.25.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 72b04222a..31d1b04d2 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.11-10-x", + "version": "0.25.11-11-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.4.4", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 54ad8066f..d325969d6 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.25.11-10-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.11-11-x' };