diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d2e971429..86b58d7fb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 575 Mich Update all.json (#2119) - 451 Jaco Pin Github actions (#2126) + 452 Jaco List SubWallet as a user (#2155) 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 e51d16349..675783ebb 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.7-48-x", + "version": "0.18.7-49-x", "versions": { - "git": "0.18.7-48-x", + "git": "0.18.7-49-x", "npm": "0.18.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 93649b576..33c551e2a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.7-48-x", + "version": "0.18.7-49-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 fc70202da..0ea7e35a4 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-48-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.7-49-x' };