summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-25 10:15:42 +0400
committerAndrew Dolgov <[email protected]>2013-03-25 10:15:42 +0400
commit48e5015353c45edfe7482aafb719deff22d25c9d (patch)
tree480a4a284b24ce94c2f2ffdeeff2849537f7411f /AndroidManifest.xml
parent201dce1474e667afac8ad8e8eb06c60306d4f7ea (diff)
add menu item to set view mode, 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 b45a2850..aec4d784 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="147"
- android:versionName="1.3" >
+ android:versionCode="148"
+ android:versionName="1.4" >
<uses-sdk
android:minSdkVersion="8"