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",
"private": true,
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"scripts": {
"build": "node build.mjs",
+1 -1
View File
@@ -28,7 +28,7 @@ try:
except (OSError, json.JSONDecodeError):
CONFIG = DEFAULT_CONFIG
VERSION = "0.2.1"
VERSION = "0.2.2"
app = Flask(
__name__,