diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ecf79e740..69129ca4d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -9,8 +9,8 @@ 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 18 Josip Š Update all.json (#4408) 14 crypto-scambaiter Update all.json (#5242) + 14 Valentin Fernandez bump polkadot/common to 13.5.5 (#5284) 13 ccris02 Update all.json (#1510) - 13 Valentin Fernandez 0.25.13 (#5135) 12 ImdioR https://dot-novawallet.com (#5156) 11 ChainPatrol Bot Add phishing domains from ChainPatrol (#5273) 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) diff --git a/package.json b/package.json index e45c55f05..96ead9919 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.17-25-x", + "version": "0.25.17-26-x", "versions": { - "git": "0.25.17-25-x", + "git": "0.25.17-26-x", "npm": "0.25.16" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f5aaf816d..8ab3cdd9b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.17-25-x", + "version": "0.25.17-26-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.5", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index f455c860c..5bdce633b 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.17-25-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.17-26-x' };