diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 517dc9461..286def11b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 455 Jaco Additional url (as per issues logged) (#2177) 308 mhusnirizal update all.json (#2179) 248 Frank Update all.json (#2181) - 200 Tim Janssen Update all.json (#2180) + 201 Tim Janssen Update all.json (#2182) 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 6aaabb589..0b140a8e9 100644 --- a/all.json +++ b/all.json @@ -27,7 +27,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "projectsinterface.fr-par.site", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -7985,6 +7984,7 @@ "project-sparkdapps.net", "projectpolkadot.com", "projectscriptstore.xyz", + "projectsinterface.fr-par.site", "promvalidator.online", "proponlinesync.com", "prosycnnrectification.com", diff --git a/meta/2022-09.json b/meta/2022-09.json index 1d096626f..3fce5c5d1 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-09-04", + "url": "projectsinterface.fr-par.site" + }, { "date": "2022-09-03", "url": "air-sora.com" diff --git a/package.json b/package.json index ccc6c3655..90e57a6fb 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.8-8-x", + "version": "0.18.8-9-x", "versions": { - "git": "0.18.8-8-x", + "git": "0.18.8-9-x", "npm": "0.18.7" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 717fb61fb..b6e39442a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.8-8-x", + "version": "0.18.8-9-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 42514eda4..f1496f0b4 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.8-8-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.8-9-x' };