summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-26 10:02:48 +0400
committerAndrew Dolgov <[email protected]>2013-03-26 10:02:48 +0400
commit65e76c35b8f172abcca711c7b3983fd7d88341b2 (patch)
tree1d54b1339819f5ed5400bb00c1619904fa922564 /AndroidManifest.xml
parentb0d5b5c613a6b540926d3a76110f409e6159833a (diff)
fix typo in preferences
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 aec4d784..8245f657 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="148"
- android:versionName="1.4" >
+ android:versionCode="149"
+ android:versionName="1.4.1" >
<uses-sdk
android:minSdkVersion="8"