summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-25 14:59:59 +0300
committerAndrew Dolgov <[email protected]>2011-12-25 14:59:59 +0300
commit59a46f701d1b7c7920923eac9cb72f9e5a1ba8a2 (patch)
tree818bc7eaaeda67f92bbb3d73f1239b3ce48d76ad /AndroidManifest.xml
parentadf1750387f5819318934f17d30c8ccba16b849c (diff)
implement setting labels for selected article
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 f43a4921..04528cb3 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="44"
- android:versionName="0.3.11" >
+ android:versionCode="45"
+ android:versionName="0.3.12" >
<uses-sdk android:minSdkVersion="7" />