diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4673a10a0..468ec6f67 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -15,8 +15,8 @@ 13 ccris02 Update all.json (#1510) 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) 9 Dan Shields add multipe reported scams (#297) + 9 rajk93 chore: bump polkadot dependencies (#5539) 8 grizzly375 Update all.json (#575) - 8 rajk93 0.25.22 (#5509) 7 Florian Franzen Update all.json (#3939) 6 ccris02 Adding few newly registered phishing sites (#344) 6 Idi Eradiri another scam (#1739) diff --git a/package.json b/package.json index 1c06a79a3..d1174286b 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.23-23-x", + "version": "0.25.23-24-x", "versions": { - "git": "0.25.23-23-x", + "git": "0.25.23-24-x", "npm": "0.25.22" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index cc0f2d6d2..c698a03f9 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.23-23-x", + "version": "0.25.23-24-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a9570348d..266bf8ed0 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.25.23-23-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.23-24-x' };