diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 15f3c0888..123605c2f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -8,7 +8,7 @@ 45 Tarik Gul 13.4.3 (#4958) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 18 Josip Š Update all.json (#4408) - 16 Valentin Fernandez bump @polkadot/common deps (#5322) + 17 Valentin Fernandez 25.18 (#5323) 14 crypto-scambaiter Update all.json (#5242) 13 ccris02 Update all.json (#1510) 13 ImdioR 2 scam websites (#5311) diff --git a/package.json b/package.json index e87bc0df6..ada71ee38 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.25.18", "versions": { - "git": "0.25.18-29-x", - "npm": "0.25.17" + "git": "0.25.18", + "npm": "0.25.18" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index bd171bb28..dd81e0c0e 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.18-29-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.18' };