diff --git a/CONTRIBUTORS b/CONTRIBUTORS index cf152d81b..aceb4d488 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 925 Tim Janssen Update all.json (#4302) - 899 Frank Update all.json (#4305) + 900 Frank Update all.json (#4310) 617 Mich Block polkastater-login.com (#4044) 598 mhusnirizal update all.json (#4290) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all/app/all.json b/all/app/all.json index dbbc3e5f8..0725cf461 100644 --- a/all/app/all.json +++ b/all/app/all.json @@ -103,7 +103,6 @@ "avaxscription.netlify.app", "avelaunch.app", "awe-scan.web.app", - "b4a.app", "bakeryswap.app", "base-protocol.app", "basebridge.app", diff --git a/meta/2023-12.json b/meta/2023-12.json index 804dcc2c3..c39f7f786 100644 --- a/meta/2023-12.json +++ b/meta/2023-12.json @@ -595,10 +595,6 @@ "date": "2023-12-27", "url": "azuki-reveal.com" }, - { - "date": "2023-12-27", - "url": "b4a.app" - }, { "date": "2023-12-27", "url": "claim-tokens.run" @@ -607,10 +603,6 @@ "date": "2023-12-27", "url": "coins-pad.info" }, - { - "date": "2023-12-27", - "url": "constellationnetx.b4a.app" - }, { "date": "2023-12-27", "url": "crustnetwork.coins-pad.info" diff --git a/package.json b/package.json index 9806bd4a8..7aec0b0f8 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.3-15-x", + "version": "0.22.3-16-x", "versions": { - "git": "0.22.3-15-x", + "git": "0.22.3-16-x", "npm": "0.22.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 120d20417..bcb0121a7 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.3-15-x", + "version": "0.22.3-16-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 b02c1ebc3..7d0faf785 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.3-15-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.3-16-x' };