diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 56da3df35..15f3c0888 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) - 15 Valentin Fernandez 0.25.17 (#5288) + 16 Valentin Fernandez bump @polkadot/common deps (#5322) 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 240064d03..83ee3e113 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.18-28-x", + "version": "0.25.18-29-x", "versions": { - "git": "0.25.18-28-x", + "git": "0.25.18-29-x", "npm": "0.25.17" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 87dcf3eac..ed533d215 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.18-28-x", + "version": "0.25.18-29-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index d2797c8c0..bd171bb28 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-28-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.18-29-x' };