diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0eb1be8ed..e6c30f8a4 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 644 Frank Update all.json (#3312) - 605 Mich Block 6 scam URLs (#3284) + 606 Mich Block scam "multipannel.site", (#3314) 581 Tim Janssen Update all.json (#3299) 527 Jaco 0.21.2 (#3309) 425 mhusnirizal update all.json (#3295) diff --git a/all/site/all.json b/all/site/all.json index 5ed570cf5..2682d15fe 100644 --- a/all/site/all.json +++ b/all/site/all.json @@ -704,6 +704,7 @@ "muhtekal.site", "muhtekamty.site", "multialignfix.site", + "multipannel.site", "multivault.site", "musloktan.site", "mustfadbet.site", diff --git a/meta/2023-05.json b/meta/2023-05.json index 09ff89228..1581ca1ec 100644 --- a/meta/2023-05.json +++ b/meta/2023-05.json @@ -1,4 +1,8 @@ [ + { + "date": "2023-05-02", + "url": "multipannel.site" + }, { "date": "2023-05-01", "url": "dappinterface.online" diff --git a/package.json b/package.json index d23f870ce..6841dc7f4 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.3-2-x", + "version": "0.21.3-3-x", "versions": { - "git": "0.21.3-2-x", + "git": "0.21.3-3-x", "npm": "0.21.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 8c9b79867..8a0770720 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.3-2-x", + "version": "0.21.3-3-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.1.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 137845c85..2273059f4 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.21.3-2-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.3-3-x' };