diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 300af48cb..27c1adcf6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 578 Mich Update all.json (#2287) 462 Jaco Bump TS (#2337) - 346 mhusnirizal update all.json (#2363) + 347 mhusnirizal update all.json (#2364) 293 Frank Update all.json (#2361) 262 Tim Janssen Update all.json (#2362) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index 224b492ba..48757d1f6 100644 --- a/all.json +++ b/all.json @@ -27,7 +27,6 @@ "zapto.org" ], "deny": [ - "dapptools.000webhostapp.com", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -3533,6 +3532,7 @@ "dapptokenvalidator.com", "dapptool.farm", "dapptoollink.live", + "dapptools.000webhostapp.com", "dapptools.in", "dapptools.live", "dapptools.mobi", diff --git a/meta/2022-10.json b/meta/2022-10.json index 9ac41fb03..77b7d23c0 100644 --- a/meta/2022-10.json +++ b/meta/2022-10.json @@ -3,6 +3,10 @@ "date": "2022-10-04", "url": "app.fasterresolver.com" }, + { + "date": "2022-10-04", + "url": "dapptools.000webhostapp.com" + }, { "date": "2022-10-04", "url": "fasterresolver.com" diff --git a/package.json b/package.json index d1825c706..be0c14f44 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.10-45-x", + "version": "0.18.10-46-x", "versions": { - "git": "0.18.10-45-x", + "git": "0.18.10-46-x", "npm": "0.18.9" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 96651c102..424a47359 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.10-45-x", + "version": "0.18.10-46-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.19.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index e1377756f..3c63ab0a9 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.18.10-45-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.10-46-x' };