diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 12657c0b6..1bcef4d7a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 578 Mich Update all.json (#2287) - 461 Jaco Remove invalid firebaseapp listing (#2316) + 462 Jaco Bump TS (#2337) 340 mhusnirizal update all.json (#2333) 283 Frank Update all.json (#2331) 253 Tim Janssen Update all.json (#2328) diff --git a/package.json b/package.json index 67b89b807..4afd53155 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.10-20-x", + "version": "0.18.10-21-x", "versions": { - "git": "0.18.10-20-x", + "git": "0.18.10-21-x", "npm": "0.18.9" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 161814b10..d89b42993 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.10-20-x", + "version": "0.18.10-21-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.19.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 8be10e5ff..695802d20 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.10-20-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.10-21-x' };