diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 23927e5e9..0dd1d6375 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 561 Mich Update all.json (#1669) - 393 Jaco Bump dev deps (w/ code adjustments) (#1668) + 394 Jaco Bump dev deps (#1673) 235 mhusnirizal update all.json (#1667) 148 frankywild Update all.json (#1672) 79 michalisFr Update all.json (#1540) diff --git a/package.json b/package.json index 88b066883..4e1f69270 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.13.92", + "version": "0.13.93", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 07a0d8b7f..18c0b1901 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.13.92", + "version": "0.13.93", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 024a0f3af..0cab78cd3 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.13.92' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.13.93' };