diff --git a/.env.example b/.env.example index 6f87e30..1aaa923 100644 --- a/.env.example +++ b/.env.example @@ -2,7 +2,7 @@ # Application APP_NAME=WebDrop Bridge -APP_VERSION=0.8.6 +APP_VERSION=0.9.0 # Web App WEBAPP_URL=file:///./webapp/index.html diff --git a/src/webdrop_bridge/__init__.py b/src/webdrop_bridge/__init__.py index 604705f..0178dab 100644 --- a/src/webdrop_bridge/__init__.py +++ b/src/webdrop_bridge/__init__.py @@ -1,6 +1,6 @@ """WebDrop Bridge - Qt-based desktop application for intelligent drag-and-drop file handling.""" -__version__ = "0.8.6" +__version__ = "0.9.0" __author__ = "WebDrop Team" __license__ = "MIT"