diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1aca51404..5506b401e 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) - 234 Tim Janssen Update all.json (#2275) + 235 Tim Janssen Update all.json (#2276) 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 d252aa6a3..0a7c22c57 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", - "fastdapss.wiki", "0vvwwuniswap.top", "0vwwuniswap.top", "0xtorus.com", @@ -4391,6 +4390,7 @@ "fastconnectfix.site", "fastdappfix.com", "fastdappsync.com", + "fastdapss.wiki", "fasterrorcorrector.com", "fastfixwallet.com", "fasthelplink.com", diff --git a/meta/2022-09.json b/meta/2022-09.json index 1097a7db5..20ea73bc9 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -19,6 +19,10 @@ "date": "2022-09-19", "url": "dappsmainframe.com" }, + { + "date": "2022-09-19", + "url": "fastdapss.wiki" + }, { "date": "2022-09-19", "url": "mainnetinterface.online" diff --git a/package.json b/package.json index a13c938b1..d8f585127 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.9-11-x", + "version": "0.18.9-12-x", "versions": { - "git": "0.18.9-11-x", + "git": "0.18.9-12-x", "npm": "0.18.8" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 97b6aac1c..083720618 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.9-11-x", + "version": "0.18.9-12-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 9350754aa..b9f4c1c5a 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-11-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.9-12-x' };