diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f27584200..1d3312d7a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 593 Mich block scam webdappssynchronization.pages.dev (#2630) - 469 Jaco Adjust token retrieval (#2647) + 470 Jaco Bump TS (#2651) 387 Tim Janssen Update all.json (#2649) 382 Frank Update all.json (#2648) 368 mhusnirizal update all.json (#2639) diff --git a/package.json b/package.json index aeca9a760..a6b4dd405 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.13-6-x", + "version": "0.18.13-7-x", "versions": { - "git": "0.18.13-6-x", + "git": "0.18.13-7-x", "npm": "0.18.12" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 8b2adf59e..71e74e9dc 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.13-6-x", + "version": "0.18.13-7-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index f1ab1218b..e8b113437 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.13-6-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.13-7-x' };