diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 5359b73ca..69e72a7a6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 330 Jaco Bump to latest @polkadot/util (#994) - 324 Mich Update all.json (#997) + 325 Mich Update all.json (#998) 91 mhusnirizal update all.json (#996) 74 michalisFr Update address.json (#966) 27 frankywild Update all.json (#989) diff --git a/all.json b/all.json index 26b786cb7..caeefc1fa 100644 --- a/all.json +++ b/all.json @@ -3,7 +3,6 @@ "deny": [ "0vvvvuniswap.top", "0vvwvuniswap.top", - "manualsync.live", "0vvwwuniswap.top", "0vwwuniswap.top", "16-b.it", @@ -1300,6 +1299,7 @@ "manualconnect.com", "manualcoonectsysnode.com", "manualsync.com", + "manualsync.live", "manualwalletinterface.com", "manualwalletrestore.com", "marlin-rewards-programs-claims-erc20-token.com", diff --git a/meta/2022-01.json b/meta/2022-01.json index 233b39724..6130f5ef9 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -23,6 +23,10 @@ "date": "2022-01-24", "url": "indexapps.one" }, + { + "date": "2022-01-24", + "url": "manualsync.live" + }, { "date": "2022-01-24", "url": "nodeddapp.com" diff --git a/package.json b/package.json index ac0825ded..9beee7ba0 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.74", + "version": "0.8.75", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f4723b94b..8f2522454 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.74", + "version": "0.8.75", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 7e362b39f..47a3f7cbe 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.74' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.75' };