Skip to content

Commit

Permalink
Bump version to 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YtvwlD committed Dec 23, 2021
1 parent 5f09882 commit c30a94c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions metadata/de/changelogs/43.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Dies ist ein Patch-Release:

ein unbenutztes Repo entfernt
Dies hat unter bestimmten Umständen dazu geführt, dass die App nicht baubar war.

ein Crash behoben, wenn Accounts ohne Netzwerkverbindung bearbeitet wurden
Das sollte einfach nicht gehen.
7 changes: 7 additions & 0 deletions metadata/en-US/changelogs/43.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This is a patch release:

remove unused repo
This prevented the app from being built in some cases.

fix a crash when editing an account without a network connection
This simply should not have been possible.
4 changes: 2 additions & 2 deletions meteroid/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.chaosdorf.meteroid"
android:versionCode="42"
android:versionName="2.10.0">
android:versionCode="43"
android:versionName="2.10.1">

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.VIBRATE"/>
Expand Down

0 comments on commit c30a94c

Please sign in to comment.