diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 91bce6a31..4e666de11 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 663 Frank Update all.json (#3385) 611 Tim Janssen Update all.json (#3383) 610 Mich block `rescue-ai.netlify.app` (#3375) - 530 Jaco Bump dev (w/ eslint config updates) (#3386) + 531 Jaco Bump dev (w/ eslint config adj) (#3388) 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 fd949d27c..31b30eca2 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.4-29-x", + "version": "0.21.4-30-x", "versions": { - "git": "0.21.4-29-x", + "git": "0.21.4-30-x", "npm": "0.21.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a7039415d..373844ae8 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.4-29-x", + "version": "0.21.4-30-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 c52042f31..0211107c7 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-29-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.4-30-x' };