diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4977a20d9..f75d0f366 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 599 Frank Update all.json (#3211) 564 Tim Janssen Update all.json (#3206) 521 Jaco 0.20.5 (#3212) - 419 mhusnirizal update all.json (#3204) + 420 mhusnirizal update all.json (#3213) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 20 alineherzman Update address.json (#2903) diff --git a/all.json b/all.json index 48941909e..9311eaa32 100644 --- a/all.json +++ b/all.json @@ -29,8 +29,6 @@ "zapto.org" ], "deny": [ - "multiscreensite.com", - "novaconnect.multiscreensite.com", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -9722,6 +9720,7 @@ "multipad-pro.org", "multipad-x.com", "multipledapps.com", + "multiscreensite.com", "multiserverfix.net", "multistalk.online", "multistalkexecute.tech", diff --git a/all/com/all.json b/all/com/all.json index 9cbdbeb81..6e2a34410 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -3625,6 +3625,7 @@ "multipad-pro.com", "multipad-x.com", "multipledapps.com", + "multiscreensite.com", "multisync-secure.com", "multisyncprotocol.com", "multisyncsecure.com", diff --git a/meta/2023-04.json b/meta/2023-04.json new file mode 100644 index 000000000..ae18e2292 --- /dev/null +++ b/meta/2023-04.json @@ -0,0 +1,10 @@ +[ + { + "date": "2023-04-01", + "url": "multiscreensite.com" + }, + { + "date": "2023-04-01", + "url": "novaconnect.multiscreensite.com" + } +] diff --git a/meta/index.json b/meta/index.json index 9bb48e02b..f97b52b66 100644 --- a/meta/index.json +++ b/meta/index.json @@ -1,4 +1,5 @@ [ + "2023-04", "2023-03", "2023-02", "2023-01", diff --git a/package.json b/package.json index 026deb16d..79a5ece98 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.20.5", + "version": "0.20.6-0-x", "versions": { - "git": "0.20.5", + "git": "0.20.6-0-x", "npm": "0.20.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 8e0aa63b5..b7048e732 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.20.5", + "version": "0.20.6-0-x", "main": "index.js", "dependencies": { "@polkadot/util": "^11.1.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 214d42d06..e9c992fb4 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.20.5' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.6-0-x' };