summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-03-11 09:31:16 +0300
committerAndrew Dolgov <[email protected]>2012-03-11 09:31:16 +0300
commit2b4bc5ef32393e37a87877bcf5ff1134c84d65e9 (patch)
tree18c6821b6d9d7bb3dfaf42c3973e182ddefd0515 /AndroidManifest.xml
parent14769a40191078d96c8637cdede508c470595885 (diff)
support non-image attachments (closes #434)
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 76d65f8b..c0c2cb88 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="67"
- android:versionName="0.5.3" >
+ android:versionCode="68"
+ android:versionName="0.5.4" >
<uses-sdk android:minSdkVersion="7" />