diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e38ada2d7..c88a16dfc 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 618 Mich Block hub-polkadot.com (#4343) 602 mhusnirizal update all.json (#4379) 551 Jaco Allow addition of denySub entries (#4223) - 96 michalisFr Added 0 new domains (#2338) + 97 michalisFr Update address.json (#4380) 60 alineherzman Update all.json (#4370) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 17 Josip Š Update all.json (#4366) diff --git a/package.json b/package.json index 417ad2aa1..2448a4f79 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.5-38-x", + "version": "0.22.5-39-x", "versions": { - "git": "0.22.5-38-x", + "git": "0.22.5-39-x", "npm": "0.22.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 20c23788f..bb2ee514d 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.5-38-x", + "version": "0.22.5-39-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 a6506df80..415f67cd7 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.5-38-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.5-39-x' };