diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4ccf0ae6c..e890eed74 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 685 Frank Update all.json (#3446) - 623 Tim Janssen Update all.json (#3443) + 624 Tim Janssen Update all.json (#3448) 610 Mich block `rescue-ai.netlify.app` (#3375) 537 Jaco 0.21.5 (#3447) 444 mhusnirizal update all.json (#3440) diff --git a/all.json b/all.json index 212708e92..ce38a379f 100644 --- a/all.json +++ b/all.json @@ -30,7 +30,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "authmainnetconnect.live", "09sync00.duckdns.org", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -1154,6 +1153,7 @@ "authicatedapps.com", "authidapps.live", "authlogin-coinbaseinfo.com", + "authmainnetconnect.live", "authminweb.live", "authnetworks-tech.cc", "authnodes.network", diff --git a/all/live/all.json b/all/live/all.json index 4a05648df..3447fa86e 100644 --- a/all/live/all.json +++ b/all/live/all.json @@ -63,6 +63,7 @@ "authewallet.live", "authgladevalidate.live", "authidapps.live", + "authmainnetconnect.live", "authminweb.live", "authwalletdap.live", "authweb.live", diff --git a/meta/2023-06.json b/meta/2023-06.json index 9e226c94a..101baab65 100644 --- a/meta/2023-06.json +++ b/meta/2023-06.json @@ -1,4 +1,8 @@ [ + { + "date": "2023-06-11", + "url": "authmainnetconnect.live" + }, { "date": "2023-06-09", "url": "aidoge.pages.dev" diff --git a/package.json b/package.json index fe2401020..21dc03e06 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.5", + "version": "0.21.6-0-x", "versions": { - "git": "0.21.5", + "git": "0.21.6-0-x", "npm": "0.21.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 2f6c48b3b..128b7c87c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.5", + "version": "0.21.6-0-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.3.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 03bf945a1..159b6721d 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.21.5' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.6-0-x' };