summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-04 11:04:08 +0400
committerAndrew Dolgov <[email protected]>2012-12-04 11:04:08 +0400
commit25a8c94c8184cf950996ec7aefa07ccb5fd90241 (patch)
treeba2453ec413c3bd0254457f3b79489704568f54d /AndroidManifest.xml
parent1b40669cc52fa81c4a66d8591a31d3d864dc5876 (diff)
offline up arrow fixes; bump version; make amount of articles downloaded
in offline mode configurable
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 56fb223d..2c2b4235 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fox.ttrss"
- android:versionCode="115"
- android:versionName="0.8.14" >
+ android:versionCode="116"
+ android:versionName="0.9" >
<uses-sdk
android:minSdkVersion="8"