bump version to 0.8.3

This commit is contained in:
claudi 2026-03-10 13:19:29 +01:00
parent 856aec65de
commit 10ab3a418a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"