Bump version to 0.6.0 in configuration and source files

This commit is contained in:
claudi 2026-02-20 08:50:58 +01:00
parent 7873d0a060
commit 2d9f9d159e
3 changed files with 10 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# Application
APP_NAME=WebDrop Bridge
APP_VERSION=0.5.0
APP_VERSION=0.6.0
# Web App
WEBAPP_URL=file:///./webapp/index.html

View file

@ -1,3 +1,11 @@
## [0.6.0] - 2026-02-20
### Added
### Changed
### Fixed
# Changelog
All notable changes to WebDrop Bridge will be documented in this file.

View file

@ -1,6 +1,6 @@
"""WebDrop Bridge - Qt-based desktop application for intelligent drag-and-drop file handling."""
__version__ = "0.5.0"
__version__ = "0.6.0"
__author__ = "WebDrop Team"
__license__ = "MIT"