diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 86b58d7fb..3af251daf 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 575 Mich Update all.json (#2119) - 452 Jaco List SubWallet as a user (#2155) + 453 Jaco Bump deps (#2156) 302 mhusnirizal update all.json (#2099) 242 Frank Update all.json (#2154) 193 Tim Janssen Update all.json (#2151) diff --git a/package.json b/package.json index ebb1fa9f5..71b711ae2 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.7-49-x", + "version": "0.18.7-50-x", "versions": { - "git": "0.18.7-49-x", + "git": "0.18.7-50-x", "npm": "0.18.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 33c551e2a..3d0c26c3f 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.7-49-x", + "version": "0.18.7-50-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 0ea7e35a4..592197f2c 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.18.7-49-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.7-50-x' };