diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e98e19fb9..d2f9239f0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 604 Frank Update all.json (#3219) 602 Mich Block polkastarted-home.com and whitelist-web3.com (#3180) 566 Tim Janssen Update all.json (#3220) - 521 Jaco 0.20.5 (#3212) + 522 Jaco Update lock wf (#3222) 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 9227df380..1cf56736e 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.20.6-6-x", + "version": "0.20.6-7-x", "versions": { - "git": "0.20.6-6-x", + "git": "0.20.6-7-x", "npm": "0.20.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 190ebff04..6e89abea7 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.20.6-6-x", + "version": "0.20.6-7-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 f5285bdf1..7aa660126 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-6-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.6-7-x' };