summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-21 10:03:50 +0400
committerAndrew Dolgov <[email protected]>2013-03-21 10:03:50 +0400
commit7358405040a93a1688b434f762937ad4840aede0 (patch)
treed1cf4f4dab913a161c5f1bd17328b2cfc0b248a7 /AndroidManifest.xml
parentb76380a3886ab0357feedbd12729260dca8038c3 (diff)
add an option to hide content previews in headlines list (closes #606)
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 2d230b56..4bad3740 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="145"
- android:versionName="1.22" >
+ android:versionCode="146"
+ android:versionName="1.23" >
<uses-sdk
android:minSdkVersion="8"