diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2d3f38e0e..0d4634658 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 460 Mich Update all.json (#1362) - 373 Jaco Bump @polkadot/util (latest stable release) (#1353) + 374 Jaco Bump @polkadot/dev (#1371) 186 mhusnirizal update all.json (#1370) 84 frankywild Update all.json (#1368) 77 michalisFr Update all.json (#1036) diff --git a/package.json b/package.json index f393803a8..f19116ab3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.10.59", + "version": "0.10.60", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index d5541952a..2a25fce65 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.10.59", + "version": "0.10.60", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index fbfce592a..d9cd9a3df 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.10.59' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.10.60' };