diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 05a597695..f5f2614f3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -20,10 +20,10 @@ 4 Abdulaziz Kamil Update all.json (#2921) 4 Jonathan Dunne chore: add Talisman (#4134) 4 NYMETVA Update all.json (#147) + 4 Valentin Fernandez 0.25.7 (#5025) 3 brettkolodny Update all.json (#335) 3 JuanCDe Update all.json (#3097) 3 Samuel MC Update address.json (#96) - 3 Valentin Fernandez 0.25.6 (#5005) 2 G. Kami Ekbatanifard Add Polkagate extension (#4073) 2 Justin Pham Add bit.country scam sites (#1425) 2 Keegan | W3F Update all.json (#1585) diff --git a/package.json b/package.json index f3eaa0551..195d5bdd8 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.25.7", "versions": { - "git": "0.25.7-9-x", - "npm": "0.25.6" + "git": "0.25.7", + "npm": "0.25.7" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 081b83c48..79675035b 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.7-9-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.7' };