mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
[mastodon-client] Bump compatible version to 3.5.0
This commit is contained in:
parent
82c96392c2
commit
eb42a21d77
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ export async function getInstance(
|
||||||
response.description ||
|
response.description ||
|
||||||
"This is a vanilla Iceshrimp Instance. It doesn't seem to have a description.",
|
"This is a vanilla Iceshrimp Instance. It doesn't seem to have a description.",
|
||||||
email: response.email || "",
|
email: response.email || "",
|
||||||
version: `3.0.0 (compatible; Iceshrimp ${config.version})`,
|
version: `3.5.0 (compatible; Iceshrimp ${config.version})`,
|
||||||
urls: response.urls,
|
urls: response.urls,
|
||||||
stats: {
|
stats: {
|
||||||
user_count: await totalUsers,
|
user_count: await totalUsers,
|
||||||
|
|
Loading…
Add table
Reference in a new issue