Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
belohoub committed Jul 12, 2023
1 parent f866112 commit c438b5d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 37 deletions.
35 changes: 0 additions & 35 deletions README.translations

This file was deleted.

2 changes: 1 addition & 1 deletion app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int main(int argc, char *argv[])

QQuickView view;

a.setApplicationVersion("0.1.0");
a.setApplicationVersion("0.1.1");

QRCodeReader reader;
view.engine()->rootContext()->setContextProperty("qrCodeReader", &reader);
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"maintainer": "Jan Belohoubek <[email protected]>",
"name": "ubcards",
"title": "UBcards",
"version": "0.1.0"
"version": "0.1.1"
}

0 comments on commit c438b5d

Please sign in to comment.