diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 485f5d525..6badbfa25 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 600 Mich Update all.json (#2794) - 479 Jaco Bump polkadot-js deps (#2832) + 480 Jaco Bump dev dependencies (#2844) 450 Tim Janssen Update all.json (#2841) 448 Frank Update all.json (#2842) 392 mhusnirizal update all.json (#2831) diff --git a/package.json b/package.json index cbc8a6251..8f3ecd14a 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.14-66-x", + "version": "0.18.14-67-x", "versions": { - "git": "0.18.14-66-x", + "git": "0.18.14-67-x", "npm": "0.18.13" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 197fe5593..c8a953348 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.14-66-x", + "version": "0.18.14-67-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 5171b544a..4ebe4e279 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.18.14-66-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.14-67-x' };