[mastodon-client] Bump compatible version to 4.2.1

This allows clients to detect support for features like "hide list members from home timeline"
This commit is contained in:
Laura Hausmann 2023-10-24 17:29:44 +02:00
parent 5cdd6dd5ed
commit 8c45d331ef
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -46,7 +46,7 @@ export class MiscHelpers {
meta.description ||
"This is an Iceshrimp instance. It doesn't seem to have a description.",
email: meta.maintainerEmail || "",
version: `4.1.0 (compatible; Iceshrimp ${config.version})`,
version: `4.2.1 (compatible; Iceshrimp ${config.version})`,
urls: {
streaming_api: `${config.url.replace(/^http(?=s?:\/\/)/, "ws")}`,
},