From e305991a22ad3e88d053c9ea118075611950b608 Mon Sep 17 00:00:00 2001 From: Abraham Williams <4braham@gmail.com> Date: Thu, 30 Oct 2025 19:19:37 -0500 Subject: [PATCH] Update to Mastodon 4.5 --- config.json | 2 +- dist/schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 6beb5a1..83973e1 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "mastodonDocsCommit": "0afc57159aecf25fd22522e948c07b4fdad332a3", - "mastodonVersion": "4.4.0", + "mastodonVersion": "4.5.0", "minimumMastodonVersion": "4.2.0", "blockedFiles": ["methods/notifications_alpha.md"], "overridesRepository": "https://github.com/abraham/documentation", diff --git a/dist/schema.json b/dist/schema.json index 3ae3324..1706969 100644 --- a/dist/schema.json +++ b/dist/schema.json @@ -2,7 +2,7 @@ "openapi": "3.1.0", "info": { "title": "Mastodon API", - "version": "4.4.0", + "version": "4.5.0", "description": "Unofficial documentation for the Mastodon API. Generated with [mastodon-openapi](https://github.com/abraham/mastodon-openapi) from [0afc571](https://github.com/mastodon/documentation/commit/0afc57159aecf25fd22522e948c07b4fdad332a3).", "license": { "name": "GFDL-1.3",