summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-11-22 14:19:01 +0300
committerAndrew Dolgov <[email protected]>2012-11-22 14:19:01 +0300
commit251c648196c63ff6d6107ff9e629b602bc8f2ffd (patch)
treea08d7bafaee130c902add12d34c36a45763cafa3
parentc99ea70d2d830ea464444126143ee9a04cc982e9 (diff)
bump version
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c27b8c9d..26749378 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="112"
- android:versionName="0.8.11" >
+ android:versionCode="113"
+ android:versionName="0.8.12" >
<uses-sdk
android:minSdkVersion="8"