diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 042ae6d69..ee8e66f4d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 601 Mich block 3 misspelled ppolkastarter scams (#2936) 504 Frank Update all.json (#2992) 501 Tim Janssen Update all.json (#2995) - 494 Jaco 0.19.2 (#2970) + 495 Jaco 0.19.3 (#2997) 405 mhusnirizal Update all.json (#2984) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/package.json b/package.json index b46885824..0d06fc4a4 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "type": "module", "version": "0.19.3", "versions": { - "git": "0.19.3-19-x", - "npm": "0.19.2" + "git": "0.19.3", + "npm": "0.19.3" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 456cc9f6f..abb75fb02 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.19.3-19-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.3' };