diff --git a/.env.example b/.env.example index cdc982f..5a38062 100644 --- a/.env.example +++ b/.env.example @@ -2,7 +2,7 @@ # Application APP_NAME=WebDrop Bridge -APP_VERSION=0.8.2 +APP_VERSION=0.8.3 # Web App WEBAPP_URL=file:///./webapp/index.html diff --git a/src/webdrop_bridge/__init__.py b/src/webdrop_bridge/__init__.py index d502e7f..d36a45d 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.2" +__version__ = "0.8.3" __author__ = "WebDrop Team" __license__ = "MIT"