diff --git a/.123current b/.123current index 2e188cae3..0e9cbd980 100644 --- a/.123current +++ b/.123current @@ -1 +1 @@ -0.17.2-0-x +0.17.2-1-x diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0824c0d29..3a8fd3674 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 566 Mich Update all.json (#1732) - 411 Jaco Switch to ava as a test runner (#1778) + 412 Jaco Re-add Jest, revert ava (#1779) 252 mhusnirizal update all.json (#1777) 173 Frank Update all.json (#1766) 79 michalisFr Update all.json (#1540) diff --git a/package.json b/package.json index 9f6c0e030..e6fb2152a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.17.2-0-x", + "version": "0.17.2-1-x", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index aa903bfd2..716663f03 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.17.2-0-x", + "version": "0.17.2-1-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 5a69fa19e..3bcc28342 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.2-0-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.17.2-1-x' };