diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 8f5825b56..a4433ce25 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 459 Jaco 0.18.8 (#2261) 331 mhusnirizal update all.json (#2285) 274 Frank Update all.json (#2284) - 237 Tim Janssen Update all.json (#2281) + 238 Tim Janssen Update all.json (#2286) 93 michalisFr Added 0 new domains (#2143) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 405271fa4..df13815fa 100644 --- a/all.json +++ b/all.json @@ -27,7 +27,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "fixverification.online", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -4563,6 +4562,7 @@ "fixupwallet.org", "fixupwallets.com", "fixupwallets.online", + "fixverification.online", "fixwallab.xyz", "fixwalletauth.com", "fixwalletissues.com", diff --git a/meta/2022-09.json b/meta/2022-09.json index 3b323b7ae..25821460c 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-09-21", + "url": "fixverification.online" + }, { "date": "2022-09-20", "url": "0xb7f72028d9b502dc871c444363a7ac5a52546608.pics" diff --git a/package.json b/package.json index b478aa674..8921723ef 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.9-20-x", + "version": "0.18.9-21-x", "versions": { - "git": "0.18.9-20-x", + "git": "0.18.9-21-x", "npm": "0.18.8" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index ffa494fda..56203a934 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.9-20-x", + "version": "0.18.9-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 099b487aa..dc1489378 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.9-20-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.9-21-x' };