diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 71320b6df..e90ec8a33 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -55,6 +55,7 @@ 1 Nathan Quarles add "linkupaffix.co" (#866) 1 Nikhil Ranjan Removing polkassembly.network (#304) 1 Pavel Zavadsky Update all.json (#4388) + 1 rajk93 chore: update polkadot dependencies (#5161) 1 Ruslan report scam pvdnn (#4298) 1 Stas Busygin Update all.json (#4061) 1 Stepan Samko Remove defiyield.app from deny list (#1547) diff --git a/package.json b/package.json index 68263715b..89c2ea1ed 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.14-19-x", + "version": "0.25.14-20-x", "versions": { - "git": "0.25.14-19-x", + "git": "0.25.14-20-x", "npm": "0.25.13" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 4a347a0f5..25bb22f6a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.14-19-x", + "version": "0.25.14-20-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index ccb67705e..a6f1605e0 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.14-19-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.14-20-x' };