diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e23d49a9b..274d5e2b9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 397 Mich Update all.json (#1193) + 398 Mich Update all.json (#1194) 355 Jaco Replace mergify with action (#1190) 135 mhusnirizal update all.json (#1192) 77 michalisFr Update all.json (#1036) diff --git a/all.json b/all.json index 39b43f861..03dd6c13f 100644 --- a/all.json +++ b/all.json @@ -5,7 +5,6 @@ "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", - "manualrepair.site", "123-informatica.com", "16-b.it", "1776coin.org", @@ -2092,6 +2091,7 @@ "manualconnect.com", "manualcoonectsysnode.com", "manualdappsync.com", + "manualrepair.site", "manualsync.cloud", "manualsync.com", "manualsync.live", diff --git a/meta/2022-03.json b/meta/2022-03.json index 68aa105d6..98427c491 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -43,6 +43,10 @@ "date": "2022-03-02", "url": "help.deskftmx.com" }, + { + "date": "2022-03-02", + "url": "manualrepair.site" + }, { "date": "2022-03-02", "url": "smartentries.org" diff --git a/package.json b/package.json index f84afa989..df86a11f7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.243", + "version": "0.8.244", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 31e5967cf..fb8e94df3 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.243", + "version": "0.8.244", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 0a56c728a..7d9d01936 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.243' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.244' };