diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6134c82b6..0973fbc28 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -10,7 +10,7 @@ 18 Josip Š Update all.json (#4408) 13 ccris02 Update all.json (#1510) 13 crypto-scambaiter Update all.json (#4246) - 12 Valentin Fernandez bump deps (#5134) + 13 Valentin Fernandez 0.25.13 (#5135) 11 ImdioR Scamwebsite (#5093) 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) 9 Dan Shields add multipe reported scams (#297) diff --git a/package.json b/package.json index 55b669eaf..950b2b746 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.25.13", "versions": { - "git": "0.25.13-18-x", - "npm": "0.25.12" + "git": "0.25.13", + "npm": "0.25.13" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 5e16b93c8..ad2c4130a 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.13-18-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.13' };