summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-11 22:06:40 +0400
committerAndrew Dolgov <[email protected]>2013-02-11 22:06:40 +0400
commitda36af7b4216bde92eb77081c39f55206fe64161 (patch)
tree85cce66784e90e199fca20915e97ff4e9accd121 /AndroidManifest.xml
parent0d4bd2f4465aa499de1db3d5ee9beb859fff004e (diff)
fix dual refresh race condition when doing openFeedArticles() in tablet
mode
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 b4accd2f..68ba97e9 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="134"
- android:versionName="1.12" >
+ android:versionCode="135"
+ android:versionName="1.13" >
<uses-sdk
android:minSdkVersion="8"