diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 22db9d43f..9b9e27ad4 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 1007 Tim Janssen Update all.json (#4627) - 957 Frank Update all.json (#4622) + 958 Frank Update all.json (#4629) 649 mhusnirizal update all.json (#4626) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all/xyz/all.json b/all/xyz/all.json index 5f9d892ff..0dc388df7 100644 --- a/all/xyz/all.json +++ b/all/xyz/all.json @@ -678,7 +678,6 @@ "doptokens.xyz", "dorkz-claim.xyz", "dotisded.xyz", - "dottakeout.xyz", "doublemoptimizer.xyz", "dpclists.xyz", "drhg.xyz", diff --git a/meta/2024-08.json b/meta/2024-08.json index 28c40878c..c9535403c 100644 --- a/meta/2024-08.json +++ b/meta/2024-08.json @@ -1343,10 +1343,6 @@ "date": "2024-08-24", "url": "decentralizedfix.live" }, - { - "date": "2024-08-24", - "url": "dottakeout.xyz" - }, { "date": "2024-08-24", "url": "fixapp.xyz" diff --git a/package.json b/package.json index 1de63e008..2da448fe9 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.23.5-23-x", + "version": "0.23.5-24-x", "versions": { - "git": "0.23.5-23-x", + "git": "0.23.5-24-x", "npm": "0.23.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 61e4af855..1b480eb79 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.23.5-23-x", + "version": "0.23.5-24-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.0.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 343f5e386..ad110069e 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.23.5-23-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.23.5-24-x' };