diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f13b05f84..7c6680cae 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 678 Frank Update all.json (#3426) - 619 Tim Janssen Update all.json (#3425) + 620 Tim Janssen Update all.json (#3429) 610 Mich block `rescue-ai.netlify.app` (#3375) 534 Jaco Bump deps (w/ TS 5.1) (#3422) 443 mhusnirizal update all.json (#3424) diff --git a/all.json b/all.json index 77ee93fc4..9ca0da18f 100644 --- a/all.json +++ b/all.json @@ -30,7 +30,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "collabland.tech", "09sync00.duckdns.org", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -2825,6 +2824,7 @@ "collabland.info", "collabland.io", "collabland.ml", + "collabland.tech", "collablandapp.net", "collablandc.cc", "collablandco.cc", diff --git a/all/tech/all.json b/all/tech/all.json index 51a038e9d..33d8ee5c3 100644 --- a/all/tech/all.json +++ b/all/tech/all.json @@ -21,6 +21,7 @@ "coinfix.tech", "coinkit.tech", "coinsteam.tech", + "collabland.tech", "connect-apps.tech", "connectedwallets.tech", "connectwallet.tech", diff --git a/meta/2023-06.json b/meta/2023-06.json index ec8adc099..ec9a2da6d 100644 --- a/meta/2023-06.json +++ b/meta/2023-06.json @@ -1,4 +1,8 @@ [ + { + "date": "2023-06-04", + "url": "collabland.tech" + }, { "date": "2023-06-03", "url": "aesencryption.co" diff --git a/package.json b/package.json index c23474782..f0e408216 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.4-62-x", + "version": "0.21.4-63-x", "versions": { - "git": "0.21.4-62-x", + "git": "0.21.4-63-x", "npm": "0.21.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 735ec3adc..55d73da01 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.4-62-x", + "version": "0.21.4-63-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.2.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 3bc0bbb5e..11c1fd3a9 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.4-62-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.4-63-x' };