summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-26 10:22:31 +0300
committerAndrew Dolgov <[email protected]>2011-11-26 10:22:31 +0300
commit5ee9c4e918d360007597880cd3e004cab8d8731b (patch)
tree415d7c31d9567738d7f6d38bcf1e87fe6888e65a
parent61def2aee0bd089f4d843dc5ad9ab353c152609a (diff)
bump version
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0b7ec127..d241123f 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="4"
- android:versionName="0.1.3">
+ android:versionCode="5"
+ android:versionName="0.1.4">
<uses-sdk android:minSdkVersion="8" />
<!-- <supports-screens android:smallScreens="false" android:normalScreens="false" /> -->