diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 83fae2287..47a7f0fd7 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 1055 Tim Janssen Update all.json (#4760) - 1000 Frank Update all.json (#4772) + 1001 Frank Update all.json (#4775) 672 mhusnirizal update all.json (#4769) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all.json b/all.json index 4ffad23fd..aa3c6000f 100644 --- a/all.json +++ b/all.json @@ -37,7 +37,6 @@ "09sync1n0-duckdnrs.org", "09sync1n0-duckdns.org", "0gfoundation.app", - "uplinke-seo-strategies.za.com", "0kxwallet.org", "0nlinebot.github.io", "0pensea-offer.com", diff --git a/meta/2024-11.json b/meta/2024-11.json index 16e9403c7..d6cc3b9ed 100644 --- a/meta/2024-11.json +++ b/meta/2024-11.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-11-28", + "url": "uplinke-seo-strategies.za.com" + }, { "date": "2024-11-26", "url": "100coins.net" diff --git a/package.json b/package.json index 63d6feb50..bc77287f4 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.4-14-x", + "version": "0.24.4-15-x", "versions": { - "git": "0.24.4-14-x", + "git": "0.24.4-15-x", "npm": "0.24.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 3245dfc9f..f4871b6ad 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.4-14-x", + "version": "0.24.4-15-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 f38654f59..b940aee40 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.4-14-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.4-15-x' };