diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e4f967a73..06afd3d8b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 574 Mich Update all.json (#1851) - 443 Jaco 0.18.3 (#2010) + 444 Jaco 0.18.4 (Fix 0.18.3 publish) (#2011) 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 e4a4c24a4..1b8462072 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "type": "module", "version": "0.18.4", "versions": { - "git": "0.18.3", - "npm": "0.18.3" + "git": "0.18.4", + "npm": "0.18.4" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 0f6dc36d2..659417584 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' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.4' };