Bump version to v0.5.1
This commit is contained in:
parent
1f441a488e
commit
f632b4e332
|
@ -8,7 +8,7 @@ and this project adheres to
|
|||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
|
||||
## Unreleased
|
||||
## 0.5.1
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@ documentation in the following modules first:
|
|||
|
||||
__app_name__ = "mirage"
|
||||
__display_name__ = "Mirage"
|
||||
__version__ = "0.5.0"
|
||||
__version__ = "0.5.1"
|
||||
|
|
|
@ -81,7 +81,7 @@ int main(int argc, char *argv[]) {
|
|||
QApplication::setOrganizationName("mirage");
|
||||
QApplication::setApplicationName("mirage");
|
||||
QApplication::setApplicationDisplayName("Mirage");
|
||||
QApplication::setApplicationVersion("0.5.0");
|
||||
QApplication::setApplicationVersion("0.5.1");
|
||||
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
QApplication app(argc, argv);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user