diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1f1ed173b..7200c11b2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 600 Mich Update all.json (#2794) 478 Jaco 0.18.13 (#2769) 434 Frank Update all.json (#2798) - 432 Tim Janssen Update all.json (#2796) + 433 Tim Janssen Update all.json (#2799) 387 mhusnirizal update all.json (#2793) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all.json b/all.json index f681cb212..186b5de85 100644 --- a/all.json +++ b/all.json @@ -30,7 +30,6 @@ "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", - "quickprotocol.pages.dev", "0vvwwuniswap.top", "0vwwuniswap.top", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", @@ -9949,6 +9948,7 @@ "quickdappfix.com", "quickfixprotocol.org", "quickneutralauths.pro", + "quickprotocol.pages.dev", "quickprotocolconnect.com", "quickrectification.com", "quickrectifier.com", diff --git a/meta/2023-01.json b/meta/2023-01.json index 904fd4144..2f85368d7 100644 --- a/meta/2023-01.json +++ b/meta/2023-01.json @@ -35,6 +35,10 @@ "date": "2023-01-13", "url": "nftmartworld.com" }, + { + "date": "2023-01-13", + "url": "quickprotocol.pages.dev" + }, { "date": "2023-01-13", "url": "snsdapp.firebaseapp.com" diff --git a/package.json b/package.json index 312c93a05..ac3f0e469 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.14-27-x", + "version": "0.18.14-28-x", "versions": { - "git": "0.18.14-27-x", + "git": "0.18.14-28-x", "npm": "0.18.13" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 806fc974b..319f6662f 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.14-27-x", + "version": "0.18.14-28-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 78bf7ea90..5b985c52c 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.14-27-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.14-28-x' };