diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c93dce25a..d9d36f613 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 421 Mich Update all.json (#1258) 366 Jaco 0.9.1 (#1264) - 157 mhusnirizal update all.json (#1266) + 158 mhusnirizal update all.json (#1268) 77 michalisFr Update all.json (#1036) 69 frankywild Update all.json (#1267) 26 Bill Laboon Add Polkapromo.com (#1035) diff --git a/all.json b/all.json index 1899808d8..38bf56105 100644 --- a/all.json +++ b/all.json @@ -1,7 +1,6 @@ { "allow": [], "deny": [ - "crypto-safeauth.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -846,6 +845,7 @@ "crypto-more.com", "crypto-platformes.com", "crypto-polkadot.com", + "crypto-safeauth.com", "crypto-token.info", "crypto-token.tech", "crypto-trustexchange.com", diff --git a/meta/2022-03.json b/meta/2022-03.json index bd657d6fa..6bf036e82 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-03-14", + "url": "crypto-safeauth.com" + }, { "date": "2022-03-13", "url": "162.222.226.37" diff --git a/package.json b/package.json index 863c11b10..92f219cf4 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.9.4", + "version": "0.9.5", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 91b8e5878..ec854da23 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.9.4", + "version": "0.9.5", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 675c358c8..3f0cc0e8c 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.9.4' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.9.5' };