diff --git a/.123current b/.123current index 9f961e1ec..7cca7711a 100644 --- a/.123current +++ b/.123current @@ -1 +1 @@ -0.16.3-30-x +0.17.1 diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f695c0b0e..84e205fc6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 566 Mich Update all.json (#1732) - 409 Jaco Bump deps (#1770) + 410 Jaco 0.17.1 (#1776) 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 cdc3d2c7b..af052d750 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.17.0", + "version": "0.17.1", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 5907185be..01a1671d1 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.17.0", + "version": "0.17.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 21a520135..b4fd23aee 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.16.3-30-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.17.1' };