summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-02-07 08:21:55 +0300
committerAndrew Dolgov <[email protected]>2012-02-07 08:21:55 +0300
commita121c55e967e3ab58c362c5bc1582b1494aeb656 (patch)
tree8d8dc237a8c547803534aa62bc8ff0a9c85417a3 /AndroidManifest.xml
parent1f12ff12cd4eed0200dcc2ecb92850e67c4b9b00 (diff)
hopefully fix Attachment deserialization
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 8ad4b992..7195cb52 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="61"
- android:versionName="0.4.13" >
+ android:versionCode="62"
+ android:versionName="0.4.14" >
<uses-sdk android:minSdkVersion="7" />