summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-02-06 14:21:56 +0300
committerAndrew Dolgov <[email protected]>2012-02-06 14:21:56 +0300
commit36289af071a4cff64852d32c53e94b727661f757 (patch)
treebdc9516cf6edf5bdff5538847dfeeaae770da38d /AndroidManifest.xml
parentde209e02a1ba38a146fc872251c9dfe2d2d22189 (diff)
check for article.attachments not being null, 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 706e6090..8ad4b992 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="60"
- android:versionName="0.4.12" >
+ android:versionCode="61"
+ android:versionName="0.4.13" >
<uses-sdk android:minSdkVersion="7" />