summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-07-17 14:12:39 +0400
committerAndrew Dolgov <[email protected]>2014-07-17 14:12:39 +0400
commit6663e58d16cdc9133f5ebf36e971fbceaeaebdef (patch)
tree0f525a5dadea4c67a57e08e74d6756a023199a5c
parent99d844aea886611c42cd7c7fa8509c516e95cfff (diff)
fix manifest
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index fcf63db8..cf00b379 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="236"
- android:versionName="1.40" >
+ android:versionCode="237"
+ android:versionName="1.39" >
<uses-sdk
android:minSdkVersion="8"