diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2929b97ee..eb4c17a4d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 325 Jaco Remove sites.google.com (#968) + 326 Jaco Update all.json (#983) 317 Mich Update all.json (#976) 89 mhusnirizal update all.json (#982) 74 michalisFr Update address.json (#966) diff --git a/all.json b/all.json index 87669c19c..e542f6a85 100644 --- a/all.json +++ b/all.json @@ -1,8 +1,6 @@ { "allow": [], "deny": [ - "dappsrectifier.com", - "dappsrectifier.io", "16-b.it", "1inch-wallet.org", "1metamask.com", @@ -696,6 +694,8 @@ "dappsreauthonliine.com", "dappsreconnect.org", "dappsreconnects.com", + "dappsrectifier.com", + "dappsrectifier.io", "dappsresolve.online", "dappsrestoration.net", "dappsrestore.online", diff --git a/meta/2022-01.json b/meta/2022-01.json index e9c2ded59..fbd151290 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -3,6 +3,14 @@ "date": "2022-01-21", "url": "conectingdaps.com" }, + { + "date": "2022-01-21", + "url": "dappsrectifier.com" + }, + { + "date": "2022-01-21", + "url": "dappsrectifier.io" + }, { "date": "2022-01-21", "url": "dapsconnection.site" diff --git a/package.json b/package.json index 689181542..3c2ef2012 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.60", + "version": "0.8.61", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 5629d39bf..57b36521b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.60", + "version": "0.8.61", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 7f470b2d7..ce5ccd176 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.8.60' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.61' };