diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1ade12cdc..5c5bfef54 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -8,8 +8,8 @@ 45 Tarik Gul 13.4.3 (#4958) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 18 Josip Š Update all.json (#4408) + 15 Valentin Fernandez 0.25.17 (#5288) 14 crypto-scambaiter Update all.json (#5242) - 14 Valentin Fernandez bump polkadot/common to 13.5.5 (#5284) 13 ccris02 Update all.json (#1510) 12 ImdioR https://dot-novawallet.com (#5156) 11 ChainPatrol Bot Add phishing domains from ChainPatrol (#5273) diff --git a/package.json b/package.json index c9b432eba..047324689 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.25.17", "versions": { - "git": "0.25.17-29-x", - "npm": "0.25.16" + "git": "0.25.17", + "npm": "0.25.17" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 4c156453e..874923511 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-29-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.17' };