diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c894ed6b6..10d1d1abe 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 574 Mich Update all.json (#1851) 444 Jaco 0.18.4 (Fix 0.18.3 publish) (#2011) - 290 mhusnirizal update all.json (#2028) + 291 mhusnirizal update all.json (#2035) 213 Frank Update all.json (#2033) 142 Tim Janssen Update all.json (#2030) 89 michalisFr Added 0 new domains (#2004) diff --git a/all.json b/all.json index 59b3a1e75..f2de50d48 100644 --- a/all.json +++ b/all.json @@ -26,7 +26,6 @@ "zapto.org" ], "deny": [ - "migratehokk.online", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -5871,6 +5870,7 @@ "migratecointechsolution.biz", "migratedapps.com", "migratedapptoken.com", + "migratehokk.online", "migratelive.org", "migratemetov2web.xyz", "migratemobileconnect.co", diff --git a/meta/2022-08.json b/meta/2022-08.json index ce6776fff..d79df05b5 100644 --- a/meta/2022-08.json +++ b/meta/2022-08.json @@ -175,6 +175,10 @@ "date": "2022-08-09", "url": "metasploitframe.live" }, + { + "date": "2022-08-09", + "url": "migratehokk.online" + }, { "date": "2022-08-09", "url": "mysynclive.com" diff --git a/package.json b/package.json index 135f998ea..955f4c797 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.5-20-x", + "version": "0.18.5-21-x", "versions": { - "git": "0.18.5-20-x", + "git": "0.18.5-21-x", "npm": "0.18.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c6bddc17d..549c9a0d9 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.5-20-x", + "version": "0.18.5-21-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 61b80025a..d7ed1f9bc 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.5-20-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.5-21-x' };