diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1e7d7f366..535943cf3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 443 Mich Update all.json (#1324) - 370 Jaco Swap to using tabs in json (#1304) + 371 Jaco Bump dev (#1325) 174 mhusnirizal update all.json (#1312) 78 frankywild Update all.json (#1323) 77 michalisFr Update all.json (#1036) diff --git a/package.json b/package.json index 62527e995..14e1f8c3d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.10.20", + "version": "0.10.21", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index ac503016c..2c8ec7b51 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.10.20", + "version": "0.10.21", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 37fdfe2d8..367c01009 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.20' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.10.21' };