diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e1a4fa263..3f2fcd66b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 846 Frank Update all.json (#4100) 617 Mich Block polkastater-login.com (#4044) 566 mhusnirizal Update all.json (#4098) - 548 Jaco Bump yarn berry, bump deps (#4101) + 549 Jaco Bump common deps (#4103) 96 michalisFr Added 0 new domains (#2338) 36 alineherzman Update all.json (#4092) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) diff --git a/package.json b/package.json index 99fbdbcd5..225027c65 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.2-43-x", + "version": "0.22.2-44-x", "versions": { - "git": "0.22.2-43-x", + "git": "0.22.2-44-x", "npm": "0.22.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index fa766c047..7b399a2d4 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.22.2-43-x", + "version": "0.22.2-44-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 4be97b2c0..ee8a0f55e 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.22.2-43-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.2-44-x' };