Skip to content

Commit

Permalink
Update app version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timoloewe committed Oct 6, 2019
1 parent bed0d68 commit 292b9c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest
package="de.lmu.navigator"
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="8"
android:versionName="1.4.1">
android:versionCode="9"
android:versionName="1.4.2">

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</style>
</head>
<body>
<p><em>App-Version: 1.4.1</em></p>
<p><em>App-Version: 1.4.2</em></p>

<p><a href="http://lmu-navigator.github.io/">Webseite</a></p>

Expand Down

0 comments on commit 292b9c7

Please sign in to comment.