auto-archiver bump

This commit is contained in:
msramalho
2024-03-05 14:54:08 +00:00
parent 48109c53aa
commit 74cdc1a3e6
2 changed files with 20 additions and 20 deletions

View File

@@ -26,7 +26,7 @@ load_dotenv()
# Configuration
ALLOWED_ORIGINS = os.environ.get("ALLOWED_ORIGINS", "chrome-extension://ondkcheoicfckabcnkdgbepofpjmjcmb,chrome-extension://ojcimmjndnlmmlgnjaeojoebaceokpdp").split(",")
VERSION = "0.6.0"
VERSION = "0.6.1"
# min-version refers to the version of auto-archiver-extension on the webstore
BREAKING_CHANGES = {"minVersion": "0.3.1", "message": "The latest update has breaking changes, please update the extension to the most recent version."}