diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 03217eb93..91bcdc3b3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 459 Jaco 0.18.8 (#2261) 329 mhusnirizal update all.json (#2273) 271 Frank Update all.json (#2272) - 232 Tim Janssen Update all.json (#2269) + 233 Tim Janssen Update all.json (#2274) 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 95991a91d..5d48d2fd2 100644 --- a/all.json +++ b/all.json @@ -27,7 +27,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "smartsolutioninterface.info", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -9195,6 +9194,7 @@ "smartsconnect.org", "smartsoilutiontec.live", "smartsollutiontec.live", + "smartsolutioninterface.info", "smartsolutiontech.live", "smartsolutiontech.xyz", "smartsolutiontov2.lol", diff --git a/meta/2022-09.json b/meta/2022-09.json index 53043b83c..2509a28a5 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -31,6 +31,10 @@ "date": "2022-09-19", "url": "protocoldefi.xyz" }, + { + "date": "2022-09-19", + "url": "smartsolutioninterface.info" + }, { "date": "2022-09-19", "url": "walletconnectw.com" diff --git a/package.json b/package.json index 155264551..42cba2d8e 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.9-9-x", + "version": "0.18.9-10-x", "versions": { - "git": "0.18.9-9-x", + "git": "0.18.9-10-x", "npm": "0.18.8" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 958f5d043..569c4f047 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.9-9-x", + "version": "0.18.9-10-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 faac096f3..9431380c4 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.9-9-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.9-10-x' };