diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a9ced54e7..4bab103e6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 608 Frank Update all.json (#3235) 602 Mich Block polkastarted-home.com and whitelist-web3.com (#3180) 571 Tim Janssen Update all.json (#3233) - 524 Jaco Add missing polka*/kusa* cross-check entries (#3234) + 525 Jaco Bump TypeScript (#3237) 420 mhusnirizal update all.json (#3213) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/package.json b/package.json index 66836cfac..816e25aa8 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.20.6-18-x", + "version": "0.20.6-19-x", "versions": { - "git": "0.20.6-18-x", + "git": "0.20.6-19-x", "npm": "0.20.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 9d13525ca..cf65c3681 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.20.6-18-x", + "version": "0.20.6-19-x", "main": "index.js", "dependencies": { "@polkadot/util": "^11.1.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 44bd49254..2f0e28577 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.20.6-18-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.6-19-x' };