diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b45d9adbd..274821500 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 601 Mich block 3 misspelled ppolkastarter scams (#2936) + 494 Jaco 0.19.2 (#2970) 493 Frank Update all.json (#2967) - 493 Jaco Fix CI release workflow (#2968) 492 Tim Janssen Update all.json (#2969) 403 mhusnirizal update all.json (#2956) 96 michalisFr Added 0 new domains (#2338) diff --git a/package.json b/package.json index 2889b3ed1..32219b851 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "type": "module", "version": "0.19.2", "versions": { - "git": "0.19.2-73-x", - "npm": "0.19.1" + "git": "0.19.2", + "npm": "0.19.2" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 84575c16a..4d674f2d1 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.2-73-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.2' };