Skip to content

Commit

Permalink
Update to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Development committed May 30, 2015
1 parent bf205eb commit 7985b1c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Binary file modified News-Android-App.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions News-Android-App/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.luhmer.owncloudnewsreader"
android:versionCode="83"
android:versionName="0.9.0"
android:versionCode="84"
android:versionName="0.9.1"
android:installLocation="auto">

<uses-permission android:name="android.permission.INTERNET" />
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,16 @@ git clone --recursive https://github.com/owncloud/News-Android-App.git -b dev

Updates
==================================
0.9.1 (in development)
0.9.2 (in development)
---------------------


0.9.1 (Google Play)
---------------------
- Improvement - <a href="https://github.com/owncloud/News-Android-App/issues/343">#343 Mark as read only when scrolling past article</a>
- Improvement - <a href="https://github.com/owncloud/News-Android-App/issues/345">#345 Pause support for podcast streams</a>


0.9.0 (Google Play)
---------------------
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/339">#339 Does not remember position in article listing</a>
Expand Down

0 comments on commit 7985b1c

Please sign in to comment.