diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 5586756fc..4ccf0ae6c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 685 Frank Update all.json (#3446) 623 Tim Janssen Update all.json (#3443) 610 Mich block `rescue-ai.netlify.app` (#3375) - 536 Jaco Update dev (w/ stricter tsconfig) (#3444) + 537 Jaco 0.21.5 (#3447) 444 mhusnirizal update all.json (#3440) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/package.json b/package.json index cf76240be..fe2401020 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "0.21.5", "versions": { - "git": "0.21.5-11-x", - "npm": "0.21.4" + "git": "0.21.5", + "npm": "0.21.5" }, "workspaces": [ "packages/*" diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 42a2d5b3c..03bf945a1 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.21.5-11-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.5' };