diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 92ae72b5e..2bedf0f49 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -15,9 +15,9 @@ 8 grizzly375 Update all.json (#575) 8 ImdioR - Fake website (#4371) 7 Florian Franzen Update all.json (#3939) + 7 Valentin Fernandez 0.25.9 (#5058) 6 ccris02 Adding few newly registered phishing sites (#344) 6 Idi Eradiri another scam (#1739) - 6 Valentin Fernandez 0.25.8 (#5037) 4 Abdulaziz Kamil Update all.json (#2921) 4 Jonathan Dunne chore: add Talisman (#4134) 4 NYMETVA Update all.json (#147) diff --git a/package.json b/package.json index ea56fc43e..bace226a8 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.25.9", "versions": { - "git": "0.25.9-14-x", - "npm": "0.25.8" + "git": "0.25.9", + "npm": "0.25.9" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 5dc1e11f7..48610ce07 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.9-14-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.9' };