diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e8197867d..ea19995b2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 451 Jaco Pin Github actions (#2126) 302 mhusnirizal update all.json (#2099) 238 Frank Update all.json (#2146) - 189 Tim Janssen Update all.json (#2145) + 190 Tim Janssen Update all.json (#2147) 93 michalisFr Added 0 new domains (#2143) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index b2d3d2ade..470c2d0a8 100644 --- a/all.json +++ b/all.json @@ -27,7 +27,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "static.192.117.12.49.clients.your-server.de", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -8872,6 +8871,7 @@ "starpunksupport.online", "start-collab.land", "startofficial.net", + "static.192.117.12.49.clients.your-server.de", "status-wallet.com", "status-wallets.com", "stenp.shop", diff --git a/meta/2022-08.json b/meta/2022-08.json index bef879f1b..b7e0888e3 100644 --- a/meta/2022-08.json +++ b/meta/2022-08.json @@ -91,6 +91,10 @@ "date": "2022-08-30", "url": "stargatefinance.live" }, + { + "date": "2022-08-30", + "url": "static.192.117.12.49.clients.your-server.de" + }, { "date": "2022-08-30", "url": "sterkoption.com" diff --git a/package.json b/package.json index 63293af5e..e766ddcf3 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.7-40-x", + "version": "0.18.7-41-x", "versions": { - "git": "0.18.7-40-x", + "git": "0.18.7-41-x", "npm": "0.18.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 19ddc7963..df549b297 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.7-40-x", + "version": "0.18.7-41-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index e987c83b9..03fcd2229 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.7-40-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.7-41-x' };