diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 54ffc84da..9c541f54a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 849 Tim Janssen Update all.json (#3985) 810 Frank Update all.json (#3986) 615 Mich remove false positive metamask-snap-polkadot.pages.dev (#3969) - 545 Jaco Add missing crosscheck entries (#3930) + 546 Jaco Bump TS (#3988) 544 mhusnirizal update all.json (#3975) 96 michalisFr Added 0 new domains (#2338) 34 alineherzman Update all.json (#3979) diff --git a/package.json b/package.json index 428d36f12..79881f570 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.7-135-x", + "version": "0.21.7-136-x", "versions": { - "git": "0.21.7-135-x", + "git": "0.21.7-136-x", "npm": "0.21.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 77fd74902..4e1d880d3 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.7-135-x", + "version": "0.21.7-136-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.5.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 0b44c1bdb..6f1a35f33 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.21.7-135-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.7-136-x' };