diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 838b04ad0..8e38980d5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 715 Frank Update all.json (#3522) - 647 Tim Janssen Update all.json (#3523) + 648 Tim Janssen Update all.json (#3524) 611 Mich Update all.json (#3506) 539 Jaco Add missing cross-check entries (#3465) 453 mhusnirizal update all.json (#3515) diff --git a/all.json b/all.json index 8f4a72864..f95034452 100644 --- a/all.json +++ b/all.json @@ -30,7 +30,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "dappsmodifyautofix.netlify.app", "09sync00.duckdns.org", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -4906,6 +4905,7 @@ "dappsmobilerestore.net", "dappsmobilesync.com", "dappsmobilesync.net", + "dappsmodifyautofix.netlify.app", "dappsmultichain.net", "dappsmultichainauth.com", "dappsmulticonnect.online", diff --git a/all/app/all.json b/all/app/all.json index f8c501406..ee63ca932 100644 --- a/all/app/all.json +++ b/all/app/all.json @@ -178,6 +178,7 @@ "dappsconnection.web.app", "dappsconnectonline.app", "dappsfortune.netlify.app", + "dappsmodifyautofix.netlify.app", "dappsprotocol.netlify.app", "dappsreauthenticator.web.app", "dappsrectification.netlify.app", diff --git a/meta/2023-07.json b/meta/2023-07.json index 13230f45e..b9dad04bd 100644 --- a/meta/2023-07.json +++ b/meta/2023-07.json @@ -11,6 +11,10 @@ "date": "2023-07-03", "url": "coinvexo.com" }, + { + "date": "2023-07-03", + "url": "dappsmodifyautofix.netlify.app" + }, { "date": "2023-07-03", "url": "fightoutapp.network" diff --git a/package.json b/package.json index 6d565e241..cc5913dd0 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.6-63-x", + "version": "0.21.6-64-x", "versions": { - "git": "0.21.6-63-x", + "git": "0.21.6-64-x", "npm": "0.21.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index ff1a2fec3..92fb0744f 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.6-63-x", + "version": "0.21.6-64-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.3.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 94f52bee6..3d07a4784 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.6-63-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.6-64-x' };