[mastodon-client] Bump compatible version to 3.5.0

This commit is contained in:
Laura Hausmann 2023-09-28 22:12:03 +02:00
parent 82c96392c2
commit eb42a21d77
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -25,7 +25,7 @@ export async function getInstance(
response.description ||
"This is a vanilla Iceshrimp Instance. It doesn't seem to have a description.",
email: response.email || "",
version: `3.0.0 (compatible; Iceshrimp ${config.version})`,
version: `3.5.0 (compatible; Iceshrimp ${config.version})`,
urls: response.urls,
stats: {
user_count: await totalUsers,