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 = "*"