diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 41728786f..240f7f4a0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 556 Mich Update all.json (#1616) - 387 Jaco Bump deps (#1615) + 388 Jaco Bump TS (#1617) 224 mhusnirizal update all.json (#1609) 131 frankywild Update all.json (#1614) 79 michalisFr Update all.json (#1540) diff --git a/package.json b/package.json index 1a1ecc078..d6c6aca93 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.13.39", + "version": "0.13.40", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 4c9ebae21..091c2d42b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.13.39", + "version": "0.13.40", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 6b8d73dbc..a7318358a 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.39' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.13.40' };