diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9526ed16f..5ff9cdfb2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 584 Mich Update all.json (#2469) - 463 Jaco 0.18.10 (#2382) + 464 Jaco Bump deps (#2510) 358 mhusnirizal update all.json (#2419) 346 Frank Update all.json (#2500) 318 Tim Janssen Update all.json (#2508) diff --git a/package.json b/package.json index 049165024..b2747d12b 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.11-107-x", + "version": "0.18.11-108-x", "versions": { - "git": "0.18.11-107-x", + "git": "0.18.11-108-x", "npm": "0.18.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index ddb65ca8b..7f0c98f07 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.11-107-x", + "version": "0.18.11-108-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 1315879a7..a478a523d 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.11-107-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.11-108-x' };