diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ef5095e69..343c2369a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -21,6 +21,7 @@ 3 Jonathan Dunne Add Talisman to README (#3050) 3 JuanCDe Update all.json (#3097) 3 Samuel MC Update address.json (#96) + 2 G. Kami Ekbatanifard Add Polkagate extension (#4073) 2 Justin Pham Add bit.country scam sites (#1425) 2 Keegan | W3F Update all.json (#1585) 2 paradoxxx-tt Update address.json (#306) @@ -37,7 +38,6 @@ 1 hhanson4 Update all.json (#454) 1 impelcrypto added fake astar portal phishing sites (#3250) 1 Kahori Update all.json (#2839) - 1 Kami Add polkadot js plus (#2204) 1 Mark Crince add site (#174) 1 Martin Myška added bbsync.pages.dev (#3288) 1 Nathan Quarles add "linkupaffix.co" (#866) diff --git a/package.json b/package.json index f991aa2e2..eb83fc03d 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.2-21-x", + "version": "0.22.2-22-x", "versions": { - "git": "0.22.2-21-x", + "git": "0.22.2-22-x", "npm": "0.22.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index eafbcd0f0..824d64ce4 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.22.2-21-x", + "version": "0.22.2-22-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 552492158..7df113b25 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-21-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.2-22-x' };