diff --git a/package.json b/package.json index 0b678f5..1422e68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "upload-platform-file-picker", "private": true, - "version": "0.2.1", + "version": "0.2.2", "type": "module", "scripts": { "build": "node build.mjs", diff --git a/site/app.py b/site/app.py index be21ce1..3c9a9aa 100644 --- a/site/app.py +++ b/site/app.py @@ -28,7 +28,7 @@ try: except (OSError, json.JSONDecodeError): CONFIG = DEFAULT_CONFIG -VERSION = "0.2.1" +VERSION = "0.2.2" app = Flask( __name__,