From 4b3d47803a963c1e7d45e84a2abf6fef7a1a1bdf Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Thu, 13 Feb 2025 00:08:15 +0000 Subject: [PATCH] force the old extension version to display an outdated version message --- app/web/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/web/config.py b/app/web/config.py index 13eed55..548e02c 100644 --- a/app/web/config.py +++ b/app/web/config.py @@ -8,7 +8,7 @@ API_DESCRIPTION = """ - You can use this API to archive single URLs or entire Google Sheets. - Once you submit a URL or Sheet for archiving, the API will return a task_id that you can use to check the status of the archiving process. It works asynchronously. """ -BREAKING_CHANGES = {"minVersion": "0.3.1", "message": "The latest update has breaking changes, please update the extension to the most recent version."} +BREAKING_CHANGES = {"minVersion": "0.4.0", "message": "The latest update has breaking changes, please update the extension to the most recent version."} # changing this will corrupt the database logic ALLOW_ANY_EMAIL = "*"