diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 23cca5f9f..a6c9f5a31 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 574 Mich Update all.json (#1851) - 446 Jaco 0.18.5 (#2056) + 447 Jaco Add missing domains (#2060) 295 mhusnirizal update all.json (#2051) 219 Frank Update all.json (#2059) 149 Tim Janssen Update all.json (#2055) diff --git a/all.json b/all.json index 0bfa8c1e1..9dce90d02 100644 --- a/all.json +++ b/all.json @@ -26,8 +26,6 @@ "zapto.org" ], "deny": [ - "musk2xr.com", - "musk2xr.cc", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -6202,6 +6200,8 @@ "multstalks.online", "musk-airdrop.fund", "musk-in.com", + "musk2xr.cc", + "musk2xr.com", "muskdrops.space", "muskway.com", "muskx.space", diff --git a/meta/2022-08.json b/meta/2022-08.json index 3bc8ee0c5..b06a78f6e 100644 --- a/meta/2022-08.json +++ b/meta/2022-08.json @@ -19,6 +19,14 @@ "date": "2022-08-14", "url": "hodltrustconnections-fixed.live" }, + { + "date": "2022-08-14", + "url": "musk2xr.cc" + }, + { + "date": "2022-08-14", + "url": "musk2xr.com" + }, { "date": "2022-08-14", "url": "renodepad.net" diff --git a/package.json b/package.json index ff926940d..9fefecb7f 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.6-0-x", + "version": "0.18.6-1-x", "versions": { - "git": "0.18.6-0-x", + "git": "0.18.6-1-x", "npm": "0.18.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 358c409b6..4278e9852 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.6-0-x", + "version": "0.18.6-1-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 9106fbb54..5c5ad90e1 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.6-0-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.6-1-x' };