summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-10-10 14:15:53 +0400
committerAndrew Dolgov <[email protected]>2012-10-10 14:15:53 +0400
commitf27bbf9e8c671b5b6f667df4bee58ddca8b7dc91 (patch)
tree8a791bcbf7ebe5d7272b34e0f29f1800ee1f869d /AndroidManifest.xml
parent171461be5343bbd833777bd239dece519b2977de (diff)
fix attachment duplicate checking, 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 18a48b45..39783d68 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="110"
- android:versionName="0.8.9" >
+ android:versionCode="111"
+ android:versionName="0.8.10" >
<uses-sdk
android:minSdkVersion="8"