Skip to content

Commit

Permalink
Bump version number to 0.2.0 - MVP 2 finished
Browse files Browse the repository at this point in the history
  • Loading branch information
FMeinicke committed Oct 28, 2019
1 parent 82ac8d6 commit a0bdb4a
Showing 1 changed file with 1 addition and 1 deletion.
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.1.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.0" 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

0 comments on commit a0bdb4a

Please sign in to comment.