diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e71c130b6..c434f0eab 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -12,6 +12,7 @@ 3 brettkolodny Update all.json (#335) 3 Samuel MC Update address.json (#96) 2 ccris02 Update all.json (#1419) + 2 Justin Pham Add bit.country scam sites (#1425) 2 paradoxxx-tt Update address.json (#306) 2 SimonKraus add polkadotgiveaway dot com to the list (#114) 1 Christina-Marie A Miyar Update all.json (#855) @@ -21,7 +22,6 @@ 1 Graham Dixon Adds polkadot.com.se phishing site (#27) 1 hhanson4 Update all.json (#454) 1 Idi Eradiri #671 zeitgeist public sale scam (#672) - 1 Justin Pham This is a scam phishing site bitz.country. There is no association with bit.country (#689) 1 Keegan | W3F Update all.json (#718) 1 Mark Crince add site (#174) 1 Nathan Quarles add "linkupaffix.co" (#866) diff --git a/meta/2022-04.json b/meta/2022-04.json index 77c4ede40..1c222bc54 100644 --- a/meta/2022-04.json +++ b/meta/2022-04.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-04-13", + "url": "bit-country.co" + }, { "date": "2022-04-12", "url": "accessauthorizedapps.netlify.app" diff --git a/package.json b/package.json index 658c9f700..0c0cd87fd 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.11.20", + "version": "0.11.21", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c3eff8ee7..7b9458a0d 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.11.20", + "version": "0.11.21", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 40008e10f..87e7d0419 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.11.20' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.11.21' };