diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e3a30aaca..e6bf0ea03 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 945 Tim Janssen Update all.json (#4393) + 946 Tim Janssen Update all.json (#4394) 915 Frank Update all.json (#4392) 618 Mich Block hub-polkadot.com (#4343) 602 mhusnirizal update all.json (#4379) diff --git a/all/top/all.json b/all/top/all.json index 1bb553334..4b9255f74 100644 --- a/all/top/all.json +++ b/all/top/all.json @@ -1,4 +1,5 @@ [ + "*.top", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", diff --git a/meta/2024-04.json b/meta/2024-04.json index 8f83ea675..6051a1f5f 100644 --- a/meta/2024-04.json +++ b/meta/2024-04.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-04-25", + "url": "*.top" + }, { "date": "2024-04-25", "url": "blockchaindapp.pro" diff --git a/package.json b/package.json index 54ca13ecd..323ca7d22 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.7-2-x", + "version": "0.22.7-3-x", "versions": { - "git": "0.22.7-2-x", + "git": "0.22.7-3-x", "npm": "0.22.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 751fc7298..78e9f3fa2 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.7-2-x", + "version": "0.22.7-3-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 85931170c..db292fb00 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.22.7-2-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.7-3-x' };