Bump version to 0.2.2

This commit is contained in:
“Naeel”
2026-09-06 12:38:21 +03:00
parent 2b202795b8
commit f7687d3f12
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "upload-platform-file-picker", "name": "upload-platform-file-picker",
"private": true, "private": true,
"version": "0.2.1", "version": "0.2.2",
"type": "module", "type": "module",
"scripts": { "scripts": {
"build": "node build.mjs", "build": "node build.mjs",
+1 -1
View File
@@ -28,7 +28,7 @@ try:
except (OSError, json.JSONDecodeError): except (OSError, json.JSONDecodeError):
CONFIG = DEFAULT_CONFIG CONFIG = DEFAULT_CONFIG
VERSION = "0.2.1" VERSION = "0.2.2"
app = Flask( app = Flask(
__name__, __name__,