diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e6d04e32a..86316d95b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 661 Frank Update all.json (#3380) 611 Tim Janssen Update all.json (#3383) 610 Mich block `rescue-ai.netlify.app` (#3375) - 529 Jaco Bump dev deps (#3371) + 530 Jaco Bump dev (w/ eslint config updates) (#3386) 434 mhusnirizal update all.json (#3381) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/package.json b/package.json index 01aa11500..292d7bb9d 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.4-27-x", + "version": "0.21.4-28-x", "versions": { - "git": "0.21.4-27-x", + "git": "0.21.4-28-x", "npm": "0.21.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 277cf0dda..54c70381d 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.4-27-x", + "version": "0.21.4-28-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.2.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index c53d1830f..744092f9d 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.4-27-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.4-28-x' };