Skip to content

Commit

Permalink
Version 1.96.6
Browse files Browse the repository at this point in the history
 * Fix #452: Added column "score" to DB initialization
  • Loading branch information
nilsbraden committed Jun 1, 2021
1 parent fa5d44f commit 8490012
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ttrssreader/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="internalOnly"
android:versionCode="1965"
android:versionName="1.96.5">
android:versionCode="1966"
android:versionName="1.96.6">

<!-- Check connectivity -->
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
4 changes: 3 additions & 1 deletion ttrssreader/src/main/res/values/update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
<resources>

<string-array name="updates">
<item>Version 1.96.5
<item>Version 1.96.6
* Fix #452: Added column \"score\" to DB initialization</item>
<item>Version 1.96.5
* Fix #451: Crash because of changes in server, unexpected config object in login response
* Fix #450: Crash on initializing OkHttpClient, also removed async behavior on controller init
* Fix #448: Fix init of DB for new column \"score\"</item>
Expand Down

0 comments on commit 8490012

Please sign in to comment.