diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a57a39361..e4f967a73 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 574 Mich Update all.json (#1851) - 442 Jaco Remove unproven listings (#1975) + 443 Jaco 0.18.3 (#2010) 284 mhusnirizal update all.json (#2008) 206 Frank Update all.json (#1999) 133 Tim Janssen Update all.json (#2007) diff --git a/package.json b/package.json index 8991ae2a9..e9016dc3c 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "type": "module", "version": "0.18.3", "versions": { - "git": "0.18.3-55-x", - "npm": "0.18.2" + "git": "0.18.3", + "npm": "0.18.3" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 82eef1986..0f6dc36d2 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.18.3-55-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.3' };