diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e9923aba8..e498e4418 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 602 Mich Block polkastarted-home.com and whitelist-web3.com (#3180) 580 Frank Update all.json (#3181) 559 Tim Janssen Update all.json (#3182) - 519 Jaco 0.20.4 (#3183) + 520 Jaco Add repo dev req. for Node.js (#3186) 417 mhusnirizal update all.json (#3160) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/package.json b/package.json index 659e2420f..4bfadd191 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.20.5-1-x", + "version": "0.20.5-2-x", "versions": { - "git": "0.20.5-1-x", + "git": "0.20.5-2-x", "npm": "0.20.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e44490c3c..6cd46ef0a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.20.5-1-x", + "version": "0.20.5-2-x", "main": "index.js", "dependencies": { "@polkadot/util": "^11.1.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index cc6cf2cad..4f46da6c4 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.5-1-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.5-2-x' };