diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1985cc717..89b4eed21 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 567 Mich Update all.json (#1784) - 417 Jaco Bump dev (#1792) + 418 Jaco Cleanup root package.json (#1794) 252 mhusnirizal update all.json (#1777) 174 Frank Update all.json (#1781) 79 michalisFr Update all.json (#1540) diff --git a/package.json b/package.json index fd2d18a5b..90ed3851c 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ }, "sideEffects": false, "type": "module", - "version": "0.17.3-2-x", - "versionGit": "0.17.3-2-x", + "version": "0.17.3-3-x", + "versionGit": "0.17.3-3-x", "versionNpm": "0.17.2", "workspaces": [ "packages/*" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e0e52541f..ff49d956a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.17.3-2-x", + "version": "0.17.3-3-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 62a5acf26..3bc694f52 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.17.3-2-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.17.3-3-x' };