diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1812e74eb..2cec4fb2a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 709 Frank Update all.json (#3507) - 642 Tim Janssen Update all.json (#3508) + 643 Tim Janssen Update all.json (#3509) 611 Mich Update all.json (#3506) 539 Jaco Add missing cross-check entries (#3465) 451 mhusnirizal update all.json (#3499) diff --git a/all.json b/all.json index 9356f69ed..b47745633 100644 --- a/all.json +++ b/all.json @@ -30,7 +30,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "usertech.org", "09sync00.duckdns.org", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -16489,6 +16488,7 @@ "userprotocol.net", "usersfreemints.click", "usersolution.net", + "usertech.org", "usertool.org", "usertroubleshoot.com", "uservalidationdapp.info", diff --git a/all/org/all.json b/all/org/all.json index f8e92b45c..b234896da 100644 --- a/all/org/all.json +++ b/all/org/all.json @@ -949,6 +949,7 @@ "useapp.org", "usernode.org", "userpanel.org", + "usertech.org", "usertool.org", "v2shinjanobi.org", "validatefixwwallet.org", diff --git a/meta/2023-06.json b/meta/2023-06.json index 207dbd685..e2947a43d 100644 --- a/meta/2023-06.json +++ b/meta/2023-06.json @@ -11,6 +11,10 @@ "date": "2023-06-29", "url": "dappsync.net" }, + { + "date": "2023-06-29", + "url": "usertech.org" + }, { "date": "2023-06-28", "url": "activelaunchreset.site" diff --git a/package.json b/package.json index 0cbb6ac5e..3cfb137f4 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.6-49-x", + "version": "0.21.6-50-x", "versions": { - "git": "0.21.6-49-x", + "git": "0.21.6-50-x", "npm": "0.21.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 2f4a1067d..b2f4c2aae 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.6-49-x", + "version": "0.21.6-50-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 713654dfa..792befda5 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.6-49-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.6-50-x' };