diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3e07283fb..f5c1a4202 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 1064 Tim Janssen Update all.json (#4806) - 1014 Frank Update all.json (#4804) + 1015 Frank Update all.json (#4811) 676 mhusnirizal Update all.json (#4808) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all/com/all.json b/all/com/all.json index 867728d4a..b8f01e66e 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -8983,7 +8983,6 @@ "pepeunchained-airdrops.com", "pepeunchained-claims.com", "pepeunchained-december.com", - "pepeunchained.com", "pepeunchainedapp.com", "pepeunchaineds-dashboard.com", "pepeunchainedstoken.com", diff --git a/meta/2024-12.json b/meta/2024-12.json index 71fd21c34..389f1ee6c 100644 --- a/meta/2024-12.json +++ b/meta/2024-12.json @@ -1079,10 +1079,6 @@ "date": "2024-12-18", "url": "pepeunchained.christmas" }, - { - "date": "2024-12-18", - "url": "pepeunchained.com" - }, { "date": "2024-12-18", "url": "pepeunchainedcto.xyz" diff --git a/package.json b/package.json index ffce60b90..41f1d5766 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.5-20-x", + "version": "0.24.5-21-x", "versions": { - "git": "0.24.5-20-x", + "git": "0.24.5-21-x", "npm": "0.24.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c89e9bc3a..5009e09ad 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.5-20-x", + "version": "0.24.5-21-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 7fab98c76..203e94d4b 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.24.5-20-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.5-21-x' };