summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-04 10:41:34 +0400
committerAndrew Dolgov <[email protected]>2013-04-04 10:41:34 +0400
commit22302be4f9e5f28a13bdbe7fbbd58f9d3f7ca194 (patch)
tree913bce7175ce3dc9083458ae39a6396f081556cd /AndroidManifest.xml
parent437afb42a16195e886d330df9b396cf0a74b5f29 (diff)
make sure show_unread_only setting persists, bump version
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 79a666d2..860097fe 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="155"
- android:versionName="1.4.5" >
+ android:versionCode="156"
+ android:versionName="1.4.6" >
<uses-sdk
android:minSdkVersion="8"