diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f1d889791..7a3d88d9d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -13,7 +13,7 @@ 14 crypto-scambaiter Update all.json (#5242) 14 ImdioR Phishing scam website +1 more (#5435) 13 ccris02 Update all.json (#1510) - 10 rajk93 0.25.23 (#5540) + 11 rajk93 chore: bump polkadot-js dependencies (#5573) 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) diff --git a/package.json b/package.json index fa4e1d4f1..045d246a5 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.24-14-x", + "version": "0.25.24-15-x", "versions": { - "git": "0.25.24-14-x", + "git": "0.25.24-15-x", "npm": "0.25.23" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index aece3d3c3..0bd4943bd 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.24-14-x", + "version": "0.25.24-15-x", "main": "index.js", "dependencies": { "@polkadot/util": "^14.0.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 2516fc9f0..64e7cc3db 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.24-14-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.24-15-x' };