Skip to content

Commit

Permalink
Bump version to 0.2.2 - final version
Browse files Browse the repository at this point in the history
  • Loading branch information
FMeinicke committed Nov 6, 2019
1 parent 59439f1 commit 1842dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="de.dhge.moco.fm.mobilebingo" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="0.2.0" android:versionCode="1" android:installLocation="auto">
<manifest package="de.dhge.moco.fm.mobilebingo" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="0.2.2" android:versionCode="1" android:installLocation="auto">
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="28"/>

<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ int main(int argc, char* argv[])
QGuiApplication App(argc, argv);

QGuiApplication::setApplicationName("Mobile Bingo App");
QGuiApplication::setApplicationVersion("1.0.0");
QGuiApplication::setApplicationVersion("0.2.2");

QQmlApplicationEngine Engine;

Expand Down

0 comments on commit 1842dfa

Please sign in to comment.