diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4cd5a4959..257fb8812 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 577 Mich Update all.json (#2234) - 458 Jaco Add missing cross-check entries (#2239) + 459 Jaco 0.18.8 (#2261) 324 mhusnirizal update all.json (#2254) 268 Frank Update all.json (#2259) 230 Tim Janssen Update all.json (#2255) diff --git a/package.json b/package.json index f37518216..6889815be 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "type": "module", "version": "0.18.8", "versions": { - "git": "0.18.8-77-x", - "npm": "0.18.7" + "git": "0.18.8", + "npm": "0.18.8" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index d27aa6aea..ac381119d 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.8-77-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.8' };