diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6023694f94185..634bcc090b925 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 473 Mich Update all.json (#1399) - 374 Jaco Bump @polkadot/dev (#1371) + 375 Jaco 0.11.1 (#1400) 194 mhusnirizal update all.json (#1398) 89 frankywild Update all.json (#1394) 77 michalisFr Update all.json (#1036) diff --git a/package.json b/package.json index b01371bf74c74..351abc92ffc79 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.11.0", + "version": "0.11.1", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 4fd96febf5149..24355575e5b15 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.11.0", + "version": "0.11.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 65dff3dfc3ff4..3d03988a0857e 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.10.86' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.11.1' };