summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-23 16:03:38 +0400
committerAndrew Dolgov <[email protected]>2014-01-23 16:03:38 +0400
commite840ebbc96d080b0d0ef278ba74461dbd3b0a5c2 (patch)
treee4a23041aa47b181edaea672ad2b0dc37886da45 /AndroidManifest.xml
parente3280a06ab1f6412a854d9626f44edbfeb974296 (diff)
fix catchup_above to behave as the desktop version (not including
selected article)
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 73ef10ea..b140ace3 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="229"
- android:versionName="1.33" >
+ android:versionCode="230"
+ android:versionName="1.34" >
<uses-sdk
android:minSdkVersion="8"