diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 61b9b5153..2d3fc19ba 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 653 Frank Update all.json (#3347) 608 Mich Block WalletConnect "node sync" scams (#3319) 598 Tim Janssen Update all.json (#3349) - 527 Jaco 0.21.2 (#3309) + 528 Jaco 0.21.3 (#3351) 428 mhusnirizal update all.json (#3339) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/package.json b/package.json index 462e1d831..d4e1f9f1b 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.21.3", "versions": { - "git": "0.21.3-32-x", - "npm": "0.21.2" + "git": "0.21.3", + "npm": "0.21.3" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 7855d7f89..8c56d1521 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.3-32-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.3' };