Skip to content

Commit

Permalink
Bump version to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mirukana committed Aug 21, 2020
1 parent 12a25fd commit 8ab4ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

__app_name__ = "mirage"
__display_name__ = "Mirage"
__version__ = "0.6.0"
__version__ = "0.6.1"
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ int main(int argc, char *argv[]) {
QApplication::setOrganizationName("mirage");
QApplication::setApplicationName("mirage");
QApplication::setApplicationDisplayName("Mirage");
QApplication::setApplicationVersion("0.6.0");
QApplication::setApplicationVersion("0.6.1");
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QApplication app(argc, argv);

Expand Down

0 comments on commit 8ab4ce8

Please sign in to comment.