diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 883cba0052468..4847d35e729ef 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 574 Mich Update all.json (#1851) - 448 Jaco Additional 2x (#2065) + 449 Jaco 0.18.6 (#2100) 302 mhusnirizal update all.json (#2099) 229 Frank Update all.json (#2098) 165 Tim Janssen Update all.json (#2097) diff --git a/package.json b/package.json index b3f08594cd439..642ef69eb2fc5 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "type": "module", "version": "0.18.6", "versions": { - "git": "0.18.6-34-x", - "npm": "0.18.5" + "git": "0.18.6", + "npm": "0.18.6" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 2add15f5440d8..7de49f72e2f38 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.6-34-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.6' };