diff --git a/.123current b/.123current deleted file mode 100644 index 649e32830..000000000 --- a/.123current +++ /dev/null @@ -1 +0,0 @@ -0.17.3-1-x diff --git a/CONTRIBUTORS b/CONTRIBUTORS index df1925e01..1985cc717 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 567 Mich Update all.json (#1784) - 416 Jaco 0.17.2 (#1790) + 417 Jaco Bump dev (#1792) 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 fe313ddcc..1955ab270 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ }, "sideEffects": false, "type": "module", - "version": "0.17.3-1-x", + "version": "0.17.3-2-x", + "versionGit": "0.17.3-2-x", "versionNpm": "0.17.2", "workspaces": [ "packages/*" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 2e12e4deb..e0e52541f 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.17.3-1-x", + "version": "0.17.3-2-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 2643f2ee9..62a5acf26 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-1-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.17.3-2-x' };